GET api/PCXMLProspectiveCustomer/GetAllProspectiveCustomerInfo?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLProspectiveCustomerInfoName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
ProspectiveCustomerInfoID | integer |
None. |
|
ProspectiveCustomerID | integer |
None. |
|
ProspectiveCustomerTypeID | integer |
None. |
|
AccountType | string |
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", "ProspectiveCustomerInfoID": 2, "ProspectiveCustomerID": 3, "ProspectiveCustomerTypeID": 4, "AccountType": "sample string 5", "OverviewType": "sample string 6", "OverviewTypeID": 7, "PageID": 8, "CustomerInfo": "sample string 9", "Status": "sample string 10", "LastUpdateDate": "2025-08-02T20:19:58.6088542+05:30" }, { "CCCD": "sample string 1", "ProspectiveCustomerInfoID": 2, "ProspectiveCustomerID": 3, "ProspectiveCustomerTypeID": 4, "AccountType": "sample string 5", "OverviewType": "sample string 6", "OverviewTypeID": 7, "PageID": 8, "CustomerInfo": "sample string 9", "Status": "sample string 10", "LastUpdateDate": "2025-08-02T20:19:58.6088542+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","ProspectiveCustomerInfoID":2,"ProspectiveCustomerID":3,"ProspectiveCustomerTypeID":4,"AccountType":"sample string 5","OverviewType":"sample string 6","OverviewTypeID":7,"PageID":8,"CustomerInfo":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:19:58.6088542+05:30"},{"CCCD":"sample string 1","ProspectiveCustomerInfoID":2,"ProspectiveCustomerID":3,"ProspectiveCustomerTypeID":4,"AccountType":"sample string 5","OverviewType":"sample string 6","OverviewTypeID":7,"PageID":8,"CustomerInfo":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:19:58.6088542+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLProspectiveCustomerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLProspectiveCustomerInfo> <AccountType>sample string 5</AccountType> <CCCD>sample string 1</CCCD> <CustomerInfo>sample string 9</CustomerInfo> <LastUpdateDate>2025-08-02T20:19:58.6088542+05:30</LastUpdateDate> <OverviewType>sample string 6</OverviewType> <OverviewTypeID>7</OverviewTypeID> <PageID>8</PageID> <ProspectiveCustomerID>3</ProspectiveCustomerID> <ProspectiveCustomerInfoID>2</ProspectiveCustomerInfoID> <ProspectiveCustomerTypeID>4</ProspectiveCustomerTypeID> <Status>sample string 10</Status> </PCXMLProspectiveCustomerInfo> <PCXMLProspectiveCustomerInfo> <AccountType>sample string 5</AccountType> <CCCD>sample string 1</CCCD> <CustomerInfo>sample string 9</CustomerInfo> <LastUpdateDate>2025-08-02T20:19:58.6088542+05:30</LastUpdateDate> <OverviewType>sample string 6</OverviewType> <OverviewTypeID>7</OverviewTypeID> <PageID>8</PageID> <ProspectiveCustomerID>3</ProspectiveCustomerID> <ProspectiveCustomerInfoID>2</ProspectiveCustomerInfoID> <ProspectiveCustomerTypeID>4</ProspectiveCustomerTypeID> <Status>sample string 10</Status> </PCXMLProspectiveCustomerInfo> </ArrayOfPCXMLProspectiveCustomerInfo>