GET api/Demand/GetAllDemandQuestion?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLDemandQuestionName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
DemandQuestionID | integer |
None. |
|
DemandID | integer |
None. |
|
AccountID | integer |
None. |
|
DCashTypeID | integer |
None. |
|
SubIndustryID | integer |
None. |
|
ProductID | integer |
None. |
|
SubProductID | integer |
None. |
|
QuestionSubject | character |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "DemandQuestionID": 2, "DemandID": 3, "AccountID": 4, "DCashTypeID": 5, "SubIndustryID": 6, "ProductID": 7, "SubProductID": 8, "QuestionSubject": "A", "Status": "sample string 10", "LastUpdateDate": "2025-08-02T20:06:05.654997+05:30" }, { "CCCD": "sample string 1", "DemandQuestionID": 2, "DemandID": 3, "AccountID": 4, "DCashTypeID": 5, "SubIndustryID": 6, "ProductID": 7, "SubProductID": 8, "QuestionSubject": "A", "Status": "sample string 10", "LastUpdateDate": "2025-08-02T20:06:05.654997+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","DemandQuestionID":2,"DemandID":3,"AccountID":4,"DCashTypeID":5,"SubIndustryID":6,"ProductID":7,"SubProductID":8,"QuestionSubject":"A","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:06:05.654997+05:30"},{"CCCD":"sample string 1","DemandQuestionID":2,"DemandID":3,"AccountID":4,"DCashTypeID":5,"SubIndustryID":6,"ProductID":7,"SubProductID":8,"QuestionSubject":"A","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:06:05.654997+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLDemandQuestion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLDemandQuestion> <AccountID>4</AccountID> <CCCD>sample string 1</CCCD> <DCashTypeID>5</DCashTypeID> <DemandID>3</DemandID> <DemandQuestionID>2</DemandQuestionID> <LastUpdateDate>2025-08-02T20:06:05.654997+05:30</LastUpdateDate> <ProductID>7</ProductID> <QuestionSubject>65</QuestionSubject> <Status>sample string 10</Status> <SubIndustryID>6</SubIndustryID> <SubProductID>8</SubProductID> </PCXMLDemandQuestion> <PCXMLDemandQuestion> <AccountID>4</AccountID> <CCCD>sample string 1</CCCD> <DCashTypeID>5</DCashTypeID> <DemandID>3</DemandID> <DemandQuestionID>2</DemandQuestionID> <LastUpdateDate>2025-08-02T20:06:05.654997+05:30</LastUpdateDate> <ProductID>7</ProductID> <QuestionSubject>65</QuestionSubject> <Status>sample string 10</Status> <SubIndustryID>6</SubIndustryID> <SubProductID>8</SubProductID> </PCXMLDemandQuestion> </ArrayOfPCXMLDemandQuestion>