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