GET api/PCXMLProspectiveCustomer/GetAllProspectiveCustomerInfoHistory?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLProspectiveCustomerInfoHistory
NameDescriptionTypeAdditional information
CCCD

string

None.

ProspectiveCustomerInfoHistoryID

integer

None.

ProspectiveCustomerInfoID

integer

None.

ProspectiveCustomerID

integer

None.

ProspectiveCustomerTypeID

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",
    "ProspectiveCustomerInfoHistoryID": 2,
    "ProspectiveCustomerInfoID": 3,
    "ProspectiveCustomerID": 4,
    "ProspectiveCustomerTypeID": 5,
    "PageID": 6,
    "CustomerInfo": "sample string 7",
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:19:57.9527987+05:30"
  },
  {
    "CCCD": "sample string 1",
    "ProspectiveCustomerInfoHistoryID": 2,
    "ProspectiveCustomerInfoID": 3,
    "ProspectiveCustomerID": 4,
    "ProspectiveCustomerTypeID": 5,
    "PageID": 6,
    "CustomerInfo": "sample string 7",
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:19:57.9527987+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","ProspectiveCustomerInfoHistoryID":2,"ProspectiveCustomerInfoID":3,"ProspectiveCustomerID":4,"ProspectiveCustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:19:57.9527987+05:30"},{"CCCD":"sample string 1","ProspectiveCustomerInfoHistoryID":2,"ProspectiveCustomerInfoID":3,"ProspectiveCustomerID":4,"ProspectiveCustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:19:57.9527987+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLProspectiveCustomerInfoHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLProspectiveCustomerInfoHistory>
    <CCCD>sample string 1</CCCD>
    <CustomerInfo>sample string 7</CustomerInfo>
    <LastUpdateDate>2025-08-02T20:19:57.9527987+05:30</LastUpdateDate>
    <PageID>6</PageID>
    <ProspectiveCustomerID>4</ProspectiveCustomerID>
    <ProspectiveCustomerInfoHistoryID>2</ProspectiveCustomerInfoHistoryID>
    <ProspectiveCustomerInfoID>3</ProspectiveCustomerInfoID>
    <ProspectiveCustomerTypeID>5</ProspectiveCustomerTypeID>
    <Status>sample string 8</Status>
  </PCXMLProspectiveCustomerInfoHistory>
  <PCXMLProspectiveCustomerInfoHistory>
    <CCCD>sample string 1</CCCD>
    <CustomerInfo>sample string 7</CustomerInfo>
    <LastUpdateDate>2025-08-02T20:19:57.9527987+05:30</LastUpdateDate>
    <PageID>6</PageID>
    <ProspectiveCustomerID>4</ProspectiveCustomerID>
    <ProspectiveCustomerInfoHistoryID>2</ProspectiveCustomerInfoHistoryID>
    <ProspectiveCustomerInfoID>3</ProspectiveCustomerInfoID>
    <ProspectiveCustomerTypeID>5</ProspectiveCustomerTypeID>
    <Status>sample string 8</Status>
  </PCXMLProspectiveCustomerInfoHistory>
</ArrayOfPCXMLProspectiveCustomerInfoHistory>