GET api/Franchise/GetAllFranchiseCustomerInfoHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLFranchiseCustomerInfoHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
FranchiseCustomerInfoHistoryID | integer |
None. |
|
FranchiseCustomerInfoID | integer |
None. |
|
FranchiseCustomerID | integer |
None. |
|
FranchiseCustomerTypeID | integer |
None. |
|
PageID | integer |
None. |
|
CustomerInfo | string |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "FranchiseCustomerInfoHistoryID": 2, "FranchiseCustomerInfoID": 3, "FranchiseCustomerID": 4, "FranchiseCustomerTypeID": 5, "PageID": 6, "CustomerInfo": "sample string 7", "Status": "sample string 8", "LastUpdateDate": "2025-08-02T20:26:17.7676536+05:30" }, { "CCCD": "sample string 1", "FranchiseCustomerInfoHistoryID": 2, "FranchiseCustomerInfoID": 3, "FranchiseCustomerID": 4, "FranchiseCustomerTypeID": 5, "PageID": 6, "CustomerInfo": "sample string 7", "Status": "sample string 8", "LastUpdateDate": "2025-08-02T20:26:17.7676536+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","FranchiseCustomerInfoHistoryID":2,"FranchiseCustomerInfoID":3,"FranchiseCustomerID":4,"FranchiseCustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:26:17.7676536+05:30"},{"CCCD":"sample string 1","FranchiseCustomerInfoHistoryID":2,"FranchiseCustomerInfoID":3,"FranchiseCustomerID":4,"FranchiseCustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:26:17.7676536+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLFranchiseCustomerInfoHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLFranchiseCustomerInfoHistory> <CCCD>sample string 1</CCCD> <CustomerInfo>sample string 7</CustomerInfo> <FranchiseCustomerID>4</FranchiseCustomerID> <FranchiseCustomerInfoHistoryID>2</FranchiseCustomerInfoHistoryID> <FranchiseCustomerInfoID>3</FranchiseCustomerInfoID> <FranchiseCustomerTypeID>5</FranchiseCustomerTypeID> <LastUpdateDate>2025-08-02T20:26:17.7676536+05:30</LastUpdateDate> <PageID>6</PageID> <Status>sample string 8</Status> </PCXMLFranchiseCustomerInfoHistory> <PCXMLFranchiseCustomerInfoHistory> <CCCD>sample string 1</CCCD> <CustomerInfo>sample string 7</CustomerInfo> <FranchiseCustomerID>4</FranchiseCustomerID> <FranchiseCustomerInfoHistoryID>2</FranchiseCustomerInfoHistoryID> <FranchiseCustomerInfoID>3</FranchiseCustomerInfoID> <FranchiseCustomerTypeID>5</FranchiseCustomerTypeID> <LastUpdateDate>2025-08-02T20:26:17.7676536+05:30</LastUpdateDate> <PageID>6</PageID> <Status>sample string 8</Status> </PCXMLFranchiseCustomerInfoHistory> </ArrayOfPCXMLFranchiseCustomerInfoHistory>