GET api/GlobalCustomerAddress/GetAllGlobalCustomerAddress?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLGlobalCustomerAddressName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
GlobalCustomerAddress | integer |
None. |
|
GlobalCustomerID | integer |
None. |
|
AddressType | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
CityName | string |
None. |
|
State | string |
None. |
|
CountryID | integer |
None. |
|
ZipCode | string |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "GlobalCustomerAddress": 2, "GlobalCustomerID": 3, "AddressType": "sample string 4", "Address1": "sample string 5", "Address2": "sample string 6", "CityName": "sample string 7", "State": "sample string 8", "CountryID": 9, "ZipCode": "sample string 10", "Status": "sample string 11", "LastUpdateDate": "2025-08-02T20:13:31.9808155+05:30" }, { "CCCD": "sample string 1", "GlobalCustomerAddress": 2, "GlobalCustomerID": 3, "AddressType": "sample string 4", "Address1": "sample string 5", "Address2": "sample string 6", "CityName": "sample string 7", "State": "sample string 8", "CountryID": 9, "ZipCode": "sample string 10", "Status": "sample string 11", "LastUpdateDate": "2025-08-02T20:13:31.9808155+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","GlobalCustomerAddress":2,"GlobalCustomerID":3,"AddressType":"sample string 4","Address1":"sample string 5","Address2":"sample string 6","CityName":"sample string 7","State":"sample string 8","CountryID":9,"ZipCode":"sample string 10","Status":"sample string 11","LastUpdateDate":"2025-08-02T20:13:31.9808155+05:30"},{"CCCD":"sample string 1","GlobalCustomerAddress":2,"GlobalCustomerID":3,"AddressType":"sample string 4","Address1":"sample string 5","Address2":"sample string 6","CityName":"sample string 7","State":"sample string 8","CountryID":9,"ZipCode":"sample string 10","Status":"sample string 11","LastUpdateDate":"2025-08-02T20:13:31.9808155+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLGlobalCustomerAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLGlobalCustomerAddress> <Address1>sample string 5</Address1> <Address2>sample string 6</Address2> <AddressType>sample string 4</AddressType> <CCCD>sample string 1</CCCD> <CityName>sample string 7</CityName> <CountryID>9</CountryID> <GlobalCustomerAddress>2</GlobalCustomerAddress> <GlobalCustomerID>3</GlobalCustomerID> <LastUpdateDate>2025-08-02T20:13:31.9808155+05:30</LastUpdateDate> <State>sample string 8</State> <Status>sample string 11</Status> <ZipCode>sample string 10</ZipCode> </PCXMLGlobalCustomerAddress> <PCXMLGlobalCustomerAddress> <Address1>sample string 5</Address1> <Address2>sample string 6</Address2> <AddressType>sample string 4</AddressType> <CCCD>sample string 1</CCCD> <CityName>sample string 7</CityName> <CountryID>9</CountryID> <GlobalCustomerAddress>2</GlobalCustomerAddress> <GlobalCustomerID>3</GlobalCustomerID> <LastUpdateDate>2025-08-02T20:13:31.9808155+05:30</LastUpdateDate> <State>sample string 8</State> <Status>sample string 11</Status> <ZipCode>sample string 10</ZipCode> </PCXMLGlobalCustomerAddress> </ArrayOfPCXMLGlobalCustomerAddress>