GET api/Customer/GetAllCustomerProjectDescriptionHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLCustomerProjectDescriptionHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
CustProjectDescriptionHistoryID | integer |
None. |
|
CustProjectHistoryID | integer |
None. |
|
CustProjectDescriptionID | integer |
None. |
|
CustProjectID | integer |
None. |
|
CustomerID | integer |
None. |
|
CustomerTypeID | integer |
None. |
|
CustJobProfileID | integer |
None. |
|
PageID | integer |
None. |
|
ProjectDescription | string |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "CustProjectDescriptionHistoryID": 2, "CustProjectHistoryID": 3, "CustProjectDescriptionID": 4, "CustProjectID": 5, "CustomerID": 6, "CustomerTypeID": 7, "CustJobProfileID": 8, "PageID": 9, "ProjectDescription": "sample string 10", "Status": "sample string 11", "LastUpdateDate": "2025-08-02T20:11:02.8151872+05:30" }, { "CCCD": "sample string 1", "CustProjectDescriptionHistoryID": 2, "CustProjectHistoryID": 3, "CustProjectDescriptionID": 4, "CustProjectID": 5, "CustomerID": 6, "CustomerTypeID": 7, "CustJobProfileID": 8, "PageID": 9, "ProjectDescription": "sample string 10", "Status": "sample string 11", "LastUpdateDate": "2025-08-02T20:11:02.8151872+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","CustProjectDescriptionHistoryID":2,"CustProjectHistoryID":3,"CustProjectDescriptionID":4,"CustProjectID":5,"CustomerID":6,"CustomerTypeID":7,"CustJobProfileID":8,"PageID":9,"ProjectDescription":"sample string 10","Status":"sample string 11","LastUpdateDate":"2025-08-02T20:11:02.8151872+05:30"},{"CCCD":"sample string 1","CustProjectDescriptionHistoryID":2,"CustProjectHistoryID":3,"CustProjectDescriptionID":4,"CustProjectID":5,"CustomerID":6,"CustomerTypeID":7,"CustJobProfileID":8,"PageID":9,"ProjectDescription":"sample string 10","Status":"sample string 11","LastUpdateDate":"2025-08-02T20:11:02.8151872+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLCustomerProjectDescriptionHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLCustomerProjectDescriptionHistory> <CCCD>sample string 1</CCCD> <CustJobProfileID>8</CustJobProfileID> <CustProjectDescriptionHistoryID>2</CustProjectDescriptionHistoryID> <CustProjectDescriptionID>4</CustProjectDescriptionID> <CustProjectHistoryID>3</CustProjectHistoryID> <CustProjectID>5</CustProjectID> <CustomerID>6</CustomerID> <CustomerTypeID>7</CustomerTypeID> <LastUpdateDate>2025-08-02T20:11:02.8151872+05:30</LastUpdateDate> <PageID>9</PageID> <ProjectDescription>sample string 10</ProjectDescription> <Status>sample string 11</Status> </PCXMLCustomerProjectDescriptionHistory> <PCXMLCustomerProjectDescriptionHistory> <CCCD>sample string 1</CCCD> <CustJobProfileID>8</CustJobProfileID> <CustProjectDescriptionHistoryID>2</CustProjectDescriptionHistoryID> <CustProjectDescriptionID>4</CustProjectDescriptionID> <CustProjectHistoryID>3</CustProjectHistoryID> <CustProjectID>5</CustProjectID> <CustomerID>6</CustomerID> <CustomerTypeID>7</CustomerTypeID> <LastUpdateDate>2025-08-02T20:11:02.8151872+05:30</LastUpdateDate> <PageID>9</PageID> <ProjectDescription>sample string 10</ProjectDescription> <Status>sample string 11</Status> </PCXMLCustomerProjectDescriptionHistory> </ArrayOfPCXMLCustomerProjectDescriptionHistory>