GET api/Customer/GetAllCustomerInfo?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLCustomerInfoName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
CustomerInfoID | integer |
None. |
|
CustomerID | integer |
None. |
|
CustomerTypeID | integer |
None. |
|
OverviewType | string |
None. |
|
OverviewTypeID | 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", "CustomerInfoID": 2, "CustomerID": 3, "CustomerTypeID": 4, "OverviewType": "sample string 5", "OverviewTypeID": 6, "PageID": 7, "CustomerInfo": "sample string 8", "Status": "sample string 9", "LastUpdateDate": "2025-08-02T20:18:39.3719927+05:30" }, { "CCCD": "sample string 1", "CustomerInfoID": 2, "CustomerID": 3, "CustomerTypeID": 4, "OverviewType": "sample string 5", "OverviewTypeID": 6, "PageID": 7, "CustomerInfo": "sample string 8", "Status": "sample string 9", "LastUpdateDate": "2025-08-02T20:18:39.3719927+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","CustomerInfoID":2,"CustomerID":3,"CustomerTypeID":4,"OverviewType":"sample string 5","OverviewTypeID":6,"PageID":7,"CustomerInfo":"sample string 8","Status":"sample string 9","LastUpdateDate":"2025-08-02T20:18:39.3719927+05:30"},{"CCCD":"sample string 1","CustomerInfoID":2,"CustomerID":3,"CustomerTypeID":4,"OverviewType":"sample string 5","OverviewTypeID":6,"PageID":7,"CustomerInfo":"sample string 8","Status":"sample string 9","LastUpdateDate":"2025-08-02T20:18:39.3719927+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLCustomerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLCustomerInfo> <CCCD>sample string 1</CCCD> <CustomerID>3</CustomerID> <CustomerInfo>sample string 8</CustomerInfo> <CustomerInfoID>2</CustomerInfoID> <CustomerTypeID>4</CustomerTypeID> <LastUpdateDate>2025-08-02T20:18:39.3719927+05:30</LastUpdateDate> <OverviewType>sample string 5</OverviewType> <OverviewTypeID>6</OverviewTypeID> <PageID>7</PageID> <Status>sample string 9</Status> </PCXMLCustomerInfo> <PCXMLCustomerInfo> <CCCD>sample string 1</CCCD> <CustomerID>3</CustomerID> <CustomerInfo>sample string 8</CustomerInfo> <CustomerInfoID>2</CustomerInfoID> <CustomerTypeID>4</CustomerTypeID> <LastUpdateDate>2025-08-02T20:18:39.3719927+05:30</LastUpdateDate> <OverviewType>sample string 5</OverviewType> <OverviewTypeID>6</OverviewTypeID> <PageID>7</PageID> <Status>sample string 9</Status> </PCXMLCustomerInfo> </ArrayOfPCXMLCustomerInfo>