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