GET api/Demand/GetAllDemandOverviewHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLDemandOverviewHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
DemandOverviewHistoryID | integer |
None. |
|
DemandOverviewID | integer |
None. |
|
DemandID | integer |
None. |
|
OverviewID | integer |
None. |
|
IndustryType | string |
None. |
|
OverviewType | string |
None. |
|
PageID | integer |
None. |
|
DemandOverview | string |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "DemandOverviewHistoryID": 2, "DemandOverviewID": 3, "DemandID": 4, "OverviewID": 5, "IndustryType": "sample string 6", "OverviewType": "sample string 7", "PageID": 8, "DemandOverview": "sample string 9", "Status": "sample string 10", "LastUpdateDate": "2025-08-02T20:07:21.0689546+05:30" }, { "CCCD": "sample string 1", "DemandOverviewHistoryID": 2, "DemandOverviewID": 3, "DemandID": 4, "OverviewID": 5, "IndustryType": "sample string 6", "OverviewType": "sample string 7", "PageID": 8, "DemandOverview": "sample string 9", "Status": "sample string 10", "LastUpdateDate": "2025-08-02T20:07:21.0689546+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","DemandOverviewHistoryID":2,"DemandOverviewID":3,"DemandID":4,"OverviewID":5,"IndustryType":"sample string 6","OverviewType":"sample string 7","PageID":8,"DemandOverview":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:07:21.0689546+05:30"},{"CCCD":"sample string 1","DemandOverviewHistoryID":2,"DemandOverviewID":3,"DemandID":4,"OverviewID":5,"IndustryType":"sample string 6","OverviewType":"sample string 7","PageID":8,"DemandOverview":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:07:21.0689546+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLDemandOverviewHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLDemandOverviewHistory> <CCCD>sample string 1</CCCD> <DemandID>4</DemandID> <DemandOverview>sample string 9</DemandOverview> <DemandOverviewHistoryID>2</DemandOverviewHistoryID> <DemandOverviewID>3</DemandOverviewID> <IndustryType>sample string 6</IndustryType> <LastUpdateDate>2025-08-02T20:07:21.0689546+05:30</LastUpdateDate> <OverviewID>5</OverviewID> <OverviewType>sample string 7</OverviewType> <PageID>8</PageID> <Status>sample string 10</Status> </PCXMLDemandOverviewHistory> <PCXMLDemandOverviewHistory> <CCCD>sample string 1</CCCD> <DemandID>4</DemandID> <DemandOverview>sample string 9</DemandOverview> <DemandOverviewHistoryID>2</DemandOverviewHistoryID> <DemandOverviewID>3</DemandOverviewID> <IndustryType>sample string 6</IndustryType> <LastUpdateDate>2025-08-02T20:07:21.0689546+05:30</LastUpdateDate> <OverviewID>5</OverviewID> <OverviewType>sample string 7</OverviewType> <PageID>8</PageID> <Status>sample string 10</Status> </PCXMLDemandOverviewHistory> </ArrayOfPCXMLDemandOverviewHistory>