GET api/Customer/GetAllCustomerInfoHistory?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLCustomerInfoHistory
NameDescriptionTypeAdditional information
CCCD

string

None.

CustomerInfoHistoryID

integer

None.

CustomerInfoID

integer

None.

CustomerID

integer

None.

CustomerTypeID

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",
    "CustomerInfoHistoryID": 2,
    "CustomerInfoID": 3,
    "CustomerID": 4,
    "CustomerTypeID": 5,
    "PageID": 6,
    "CustomerInfo": "sample string 7",
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:18:38.3871738+05:30"
  },
  {
    "CCCD": "sample string 1",
    "CustomerInfoHistoryID": 2,
    "CustomerInfoID": 3,
    "CustomerID": 4,
    "CustomerTypeID": 5,
    "PageID": 6,
    "CustomerInfo": "sample string 7",
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:18:38.3871738+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","CustomerInfoHistoryID":2,"CustomerInfoID":3,"CustomerID":4,"CustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:18:38.3871738+05:30"},{"CCCD":"sample string 1","CustomerInfoHistoryID":2,"CustomerInfoID":3,"CustomerID":4,"CustomerTypeID":5,"PageID":6,"CustomerInfo":"sample string 7","Status":"sample string 8","LastUpdateDate":"2025-08-02T20:18:38.3871738+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLCustomerInfoHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLCustomerInfoHistory>
    <CCCD>sample string 1</CCCD>
    <CustomerID>4</CustomerID>
    <CustomerInfo>sample string 7</CustomerInfo>
    <CustomerInfoHistoryID>2</CustomerInfoHistoryID>
    <CustomerInfoID>3</CustomerInfoID>
    <CustomerTypeID>5</CustomerTypeID>
    <LastUpdateDate>2025-08-02T20:18:38.3871738+05:30</LastUpdateDate>
    <PageID>6</PageID>
    <Status>sample string 8</Status>
  </PCXMLCustomerInfoHistory>
  <PCXMLCustomerInfoHistory>
    <CCCD>sample string 1</CCCD>
    <CustomerID>4</CustomerID>
    <CustomerInfo>sample string 7</CustomerInfo>
    <CustomerInfoHistoryID>2</CustomerInfoHistoryID>
    <CustomerInfoID>3</CustomerInfoID>
    <CustomerTypeID>5</CustomerTypeID>
    <LastUpdateDate>2025-08-02T20:18:38.3871738+05:30</LastUpdateDate>
    <PageID>6</PageID>
    <Status>sample string 8</Status>
  </PCXMLCustomerInfoHistory>
</ArrayOfPCXMLCustomerInfoHistory>