GET api/GlobalCustomerInfoHistory/GetAllGlobalCustomerInfoHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLGlobalCustomerInfoHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
GlobalCustomerInfoHistoryID | integer |
None. |
|
GlobalCustomerInfoID | integer |
None. |
|
GlobalCustomerID | integer |
None. |
|
GlobalCustomerTypeID | 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", "GlobalCustomerInfoHistoryID": 2, "GlobalCustomerInfoID": 3, "GlobalCustomerID": 4, "GlobalCustomerTypeID": 5, "PageID": 6, "CustomerInfo": "sample string 7", "Status": "sample string 8", "LastUpdateDate": "2025-08-02T20:23:42.9791253+05:30" }, { "CCCD": "sample string 1", "GlobalCustomerInfoHistoryID": 2, "GlobalCustomerInfoID": 3, "GlobalCustomerID": 4, "GlobalCustomerTypeID": 5, "PageID": 6, "CustomerInfo": "sample string 7", "Status": "sample string 8", "LastUpdateDate": "2025-08-02T20:23:42.9791253+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","GlobalCustomerInfoHistoryID":2,"GlobalCustomerInfoID":3,"GlobalCustomerID":4,"GlobalCustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:23:42.9791253+05:30"},{"CCCD":"sample string 1","GlobalCustomerInfoHistoryID":2,"GlobalCustomerInfoID":3,"GlobalCustomerID":4,"GlobalCustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:23:42.9791253+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLGlobalCustomerInfoHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLGlobalCustomerInfoHistory> <CCCD>sample string 1</CCCD> <CustomerInfo>sample string 7</CustomerInfo> <GlobalCustomerID>4</GlobalCustomerID> <GlobalCustomerInfoHistoryID>2</GlobalCustomerInfoHistoryID> <GlobalCustomerInfoID>3</GlobalCustomerInfoID> <GlobalCustomerTypeID>5</GlobalCustomerTypeID> <LastUpdateDate>2025-08-02T20:23:42.9791253+05:30</LastUpdateDate> <PageID>6</PageID> <Status>sample string 8</Status> </PCXMLGlobalCustomerInfoHistory> <PCXMLGlobalCustomerInfoHistory> <CCCD>sample string 1</CCCD> <CustomerInfo>sample string 7</CustomerInfo> <GlobalCustomerID>4</GlobalCustomerID> <GlobalCustomerInfoHistoryID>2</GlobalCustomerInfoHistoryID> <GlobalCustomerInfoID>3</GlobalCustomerInfoID> <GlobalCustomerTypeID>5</GlobalCustomerTypeID> <LastUpdateDate>2025-08-02T20:23:42.9791253+05:30</LastUpdateDate> <PageID>6</PageID> <Status>sample string 8</Status> </PCXMLGlobalCustomerInfoHistory> </ArrayOfPCXMLGlobalCustomerInfoHistory>