GET api/Franchise/GetAllFranchiseCustomerAddressHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLFranchiseCustomerAddressHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
FranchiseCustomerAddressHistoryID | integer |
None. |
|
FranchiseCustomerAddressID | integer |
None. |
|
FranchiseCustomerID | 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", "FranchiseCustomerAddressHistoryID": 2, "FranchiseCustomerAddressID": 3, "FranchiseCustomerID": 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:24:58.7050688+05:30" }, { "CCCD": "sample string 1", "FranchiseCustomerAddressHistoryID": 2, "FranchiseCustomerAddressID": 3, "FranchiseCustomerID": 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:24:58.7050688+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","FranchiseCustomerAddressHistoryID":2,"FranchiseCustomerAddressID":3,"FranchiseCustomerID":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:24:58.7050688+05:30"},{"CCCD":"sample string 1","FranchiseCustomerAddressHistoryID":2,"FranchiseCustomerAddressID":3,"FranchiseCustomerID":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:24:58.7050688+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLFranchiseCustomerAddressHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLFranchiseCustomerAddressHistory> <Address1>sample string 6</Address1> <Address2>sample string 7</Address2> <AddressType>sample string 5</AddressType> <CCCD>sample string 1</CCCD> <CountryID>8</CountryID> <FranchiseCustomerAddressHistoryID>2</FranchiseCustomerAddressHistoryID> <FranchiseCustomerAddressID>3</FranchiseCustomerAddressID> <FranchiseCustomerID>4</FranchiseCustomerID> <LastUpdateDate>2025-08-02T20:24:58.7050688+05:30</LastUpdateDate> <Status>sample string 10</Status> <ZipCode>sample string 9</ZipCode> </PCXMLFranchiseCustomerAddressHistory> <PCXMLFranchiseCustomerAddressHistory> <Address1>sample string 6</Address1> <Address2>sample string 7</Address2> <AddressType>sample string 5</AddressType> <CCCD>sample string 1</CCCD> <CountryID>8</CountryID> <FranchiseCustomerAddressHistoryID>2</FranchiseCustomerAddressHistoryID> <FranchiseCustomerAddressID>3</FranchiseCustomerAddressID> <FranchiseCustomerID>4</FranchiseCustomerID> <LastUpdateDate>2025-08-02T20:24:58.7050688+05:30</LastUpdateDate> <Status>sample string 10</Status> <ZipCode>sample string 9</ZipCode> </PCXMLFranchiseCustomerAddressHistory> </ArrayOfPCXMLFranchiseCustomerAddressHistory>