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