GET api/Franchise/GetAllFranchiseCustomerAddress?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLFranchiseCustomerAddressName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
FranchiseCustomerAddress | integer |
None. |
|
FranchiseCustomerID | 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", "FranchiseCustomerAddress": 2, "FranchiseCustomerID": 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:24:59.4394288+05:30" }, { "CCCD": "sample string 1", "FranchiseCustomerAddress": 2, "FranchiseCustomerID": 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:24:59.4394288+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","FranchiseCustomerAddress":2,"FranchiseCustomerID":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:24:59.4394288+05:30"},{"CCCD":"sample string 1","FranchiseCustomerAddress":2,"FranchiseCustomerID":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:24:59.4394288+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLFranchiseCustomerAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLFranchiseCustomerAddress> <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> <FranchiseCustomerAddress>2</FranchiseCustomerAddress> <FranchiseCustomerID>3</FranchiseCustomerID> <LastUpdateDate>2025-08-02T20:24:59.4394288+05:30</LastUpdateDate> <State>sample string 8</State> <Status>sample string 11</Status> <ZipCode>sample string 10</ZipCode> </PCXMLFranchiseCustomerAddress> <PCXMLFranchiseCustomerAddress> <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> <FranchiseCustomerAddress>2</FranchiseCustomerAddress> <FranchiseCustomerID>3</FranchiseCustomerID> <LastUpdateDate>2025-08-02T20:24:59.4394288+05:30</LastUpdateDate> <State>sample string 8</State> <Status>sample string 11</Status> <ZipCode>sample string 10</ZipCode> </PCXMLFranchiseCustomerAddress> </ArrayOfPCXMLFranchiseCustomerAddress>