GET api/GlobalCorrespondence/GetAllGlobalCorrespondence?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLGlobalCorrespondence
NameDescriptionTypeAdditional information
CCCD

string

None.

GlobalCorrespondenceID

integer

None.

GlobalCustomerID

integer

None.

OpportunityID

integer

None.

TimeFrameID

integer

None.

CreatedDate

date

None.

TemplateID

integer

None.

DeliveryMethodID

integer

None.

ShipDate

date

None.

Comments

string

None.

LabelTemplateID

integer

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "GlobalCorrespondenceID": 2,
    "GlobalCustomerID": 3,
    "OpportunityID": 4,
    "TimeFrameID": 5,
    "CreatedDate": "2025-08-02T20:21:14.1803915+05:30",
    "TemplateID": 7,
    "DeliveryMethodID": 8,
    "ShipDate": "2025-08-02T20:21:14.1803915+05:30",
    "Comments": "sample string 10",
    "LabelTemplateID": 11,
    "Status": "sample string 12",
    "LastUpdateDate": "2025-08-02T20:21:14.1803915+05:30"
  },
  {
    "CCCD": "sample string 1",
    "GlobalCorrespondenceID": 2,
    "GlobalCustomerID": 3,
    "OpportunityID": 4,
    "TimeFrameID": 5,
    "CreatedDate": "2025-08-02T20:21:14.1803915+05:30",
    "TemplateID": 7,
    "DeliveryMethodID": 8,
    "ShipDate": "2025-08-02T20:21:14.1803915+05:30",
    "Comments": "sample string 10",
    "LabelTemplateID": 11,
    "Status": "sample string 12",
    "LastUpdateDate": "2025-08-02T20:21:14.1803915+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","GlobalCorrespondenceID":2,"GlobalCustomerID":3,"OpportunityID":4,"TimeFrameID":5,"CreatedDate":"2025-08-02T20:21:14.1803915+05:30","TemplateID":7,"DeliveryMethodID":8,"ShipDate":"2025-08-02T20:21:14.1803915+05:30","Comments":"sample string 10","LabelTemplateID":11,"Status":"sample string 12","LastUpdateDate":"2025-08-02T20:21:14.1803915+05:30"},{"CCCD":"sample string 1","GlobalCorrespondenceID":2,"GlobalCustomerID":3,"OpportunityID":4,"TimeFrameID":5,"CreatedDate":"2025-08-02T20:21:14.1803915+05:30","TemplateID":7,"DeliveryMethodID":8,"ShipDate":"2025-08-02T20:21:14.1803915+05:30","Comments":"sample string 10","LabelTemplateID":11,"Status":"sample string 12","LastUpdateDate":"2025-08-02T20:21:14.1803915+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLGlobalCorrespondence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLGlobalCorrespondence>
    <CCCD>sample string 1</CCCD>
    <Comments>sample string 10</Comments>
    <CreatedDate>2025-08-02T20:21:14.1803915+05:30</CreatedDate>
    <DeliveryMethodID>8</DeliveryMethodID>
    <GlobalCorrespondenceID>2</GlobalCorrespondenceID>
    <GlobalCustomerID>3</GlobalCustomerID>
    <LabelTemplateID>11</LabelTemplateID>
    <LastUpdateDate>2025-08-02T20:21:14.1803915+05:30</LastUpdateDate>
    <OpportunityID>4</OpportunityID>
    <ShipDate>2025-08-02T20:21:14.1803915+05:30</ShipDate>
    <Status>sample string 12</Status>
    <TemplateID>7</TemplateID>
    <TimeFrameID>5</TimeFrameID>
  </PCXMLGlobalCorrespondence>
  <PCXMLGlobalCorrespondence>
    <CCCD>sample string 1</CCCD>
    <Comments>sample string 10</Comments>
    <CreatedDate>2025-08-02T20:21:14.1803915+05:30</CreatedDate>
    <DeliveryMethodID>8</DeliveryMethodID>
    <GlobalCorrespondenceID>2</GlobalCorrespondenceID>
    <GlobalCustomerID>3</GlobalCustomerID>
    <LabelTemplateID>11</LabelTemplateID>
    <LastUpdateDate>2025-08-02T20:21:14.1803915+05:30</LastUpdateDate>
    <OpportunityID>4</OpportunityID>
    <ShipDate>2025-08-02T20:21:14.1803915+05:30</ShipDate>
    <Status>sample string 12</Status>
    <TemplateID>7</TemplateID>
    <TimeFrameID>5</TimeFrameID>
  </PCXMLGlobalCorrespondence>
</ArrayOfPCXMLGlobalCorrespondence>