GET api/GlobalCustomerAddressHistory/GetAllGlobalCustomerAddressHistory?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLGlobalCustomerAddressHistory
NameDescriptionTypeAdditional information
CCCD

string

None.

GlobalCustomerAddressHistoryID

integer

None.

GlobalCustomerAddressID

integer

None.

GlobalCustomerID

integer

None.

AddressType

string

None.

Address1

string

None.

Address2

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",
    "GlobalCustomerAddressHistoryID": 2,
    "GlobalCustomerAddressID": 3,
    "GlobalCustomerID": 4,
    "AddressType": "sample string 5",
    "Address1": "sample string 6",
    "Address2": "sample string 7",
    "CountryID": 8,
    "ZipCode": "sample string 9",
    "Status": "sample string 10",
    "LastUpdateDate": "2025-08-02T20:19:57.9684217+05:30"
  },
  {
    "CCCD": "sample string 1",
    "GlobalCustomerAddressHistoryID": 2,
    "GlobalCustomerAddressID": 3,
    "GlobalCustomerID": 4,
    "AddressType": "sample string 5",
    "Address1": "sample string 6",
    "Address2": "sample string 7",
    "CountryID": 8,
    "ZipCode": "sample string 9",
    "Status": "sample string 10",
    "LastUpdateDate": "2025-08-02T20:19:57.9684217+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","GlobalCustomerAddressHistoryID":2,"GlobalCustomerAddressID":3,"GlobalCustomerID":4,"AddressType":"sample string 5","Address1":"sample string 6","Address2":"sample string 7","CountryID":8,"ZipCode":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:19:57.9684217+05:30"},{"CCCD":"sample string 1","GlobalCustomerAddressHistoryID":2,"GlobalCustomerAddressID":3,"GlobalCustomerID":4,"AddressType":"sample string 5","Address1":"sample string 6","Address2":"sample string 7","CountryID":8,"ZipCode":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:19:57.9684217+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLGlobalCustomerAddressHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLGlobalCustomerAddressHistory>
    <Address1>sample string 6</Address1>
    <Address2>sample string 7</Address2>
    <AddressType>sample string 5</AddressType>
    <CCCD>sample string 1</CCCD>
    <CountryID>8</CountryID>
    <GlobalCustomerAddressHistoryID>2</GlobalCustomerAddressHistoryID>
    <GlobalCustomerAddressID>3</GlobalCustomerAddressID>
    <GlobalCustomerID>4</GlobalCustomerID>
    <LastUpdateDate>2025-08-02T20:19:57.9684217+05:30</LastUpdateDate>
    <Status>sample string 10</Status>
    <ZipCode>sample string 9</ZipCode>
  </PCXMLGlobalCustomerAddressHistory>
  <PCXMLGlobalCustomerAddressHistory>
    <Address1>sample string 6</Address1>
    <Address2>sample string 7</Address2>
    <AddressType>sample string 5</AddressType>
    <CCCD>sample string 1</CCCD>
    <CountryID>8</CountryID>
    <GlobalCustomerAddressHistoryID>2</GlobalCustomerAddressHistoryID>
    <GlobalCustomerAddressID>3</GlobalCustomerAddressID>
    <GlobalCustomerID>4</GlobalCustomerID>
    <LastUpdateDate>2025-08-02T20:19:57.9684217+05:30</LastUpdateDate>
    <Status>sample string 10</Status>
    <ZipCode>sample string 9</ZipCode>
  </PCXMLGlobalCustomerAddressHistory>
</ArrayOfPCXMLGlobalCustomerAddressHistory>