GET api/Offer/GetAllOfferQADescriptionHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLOfferQADescriptionHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
QADescriptionHistoryID | integer |
None. |
|
OfferHistoryID | integer |
None. |
|
QAnswerDescriptonID | integer |
None. |
|
OfferQuestionID | integer |
None. |
|
OfferID | integer |
None. |
|
AccountID | integer |
None. |
|
PageID | integer |
None. |
|
QAnswerDescription | integer |
None. |
|
Status | integer |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "QADescriptionHistoryID": 2, "OfferHistoryID": 3, "QAnswerDescriptonID": 4, "OfferQuestionID": 5, "OfferID": 6, "AccountID": 7, "PageID": 8, "QAnswerDescription": 9, "Status": 10, "LastUpdateDate": "2025-08-02T20:16:00.9360525+05:30" }, { "CCCD": "sample string 1", "QADescriptionHistoryID": 2, "OfferHistoryID": 3, "QAnswerDescriptonID": 4, "OfferQuestionID": 5, "OfferID": 6, "AccountID": 7, "PageID": 8, "QAnswerDescription": 9, "Status": 10, "LastUpdateDate": "2025-08-02T20:16:00.9360525+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","QADescriptionHistoryID":2,"OfferHistoryID":3,"QAnswerDescriptonID":4,"OfferQuestionID":5,"OfferID":6,"AccountID":7,"PageID":8,"QAnswerDescription":9,"Status":10,"LastUpdateDate":"2025-08-02T20:16:00.9360525+05:30"},{"CCCD":"sample string 1","QADescriptionHistoryID":2,"OfferHistoryID":3,"QAnswerDescriptonID":4,"OfferQuestionID":5,"OfferID":6,"AccountID":7,"PageID":8,"QAnswerDescription":9,"Status":10,"LastUpdateDate":"2025-08-02T20:16:00.9360525+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLOfferQADescriptionHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLOfferQADescriptionHistory> <AccountID>7</AccountID> <CCCD>sample string 1</CCCD> <LastUpdateDate>2025-08-02T20:16:00.9360525+05:30</LastUpdateDate> <OfferHistoryID>3</OfferHistoryID> <OfferID>6</OfferID> <OfferQuestionID>5</OfferQuestionID> <PageID>8</PageID> <QADescriptionHistoryID>2</QADescriptionHistoryID> <QAnswerDescription>9</QAnswerDescription> <QAnswerDescriptonID>4</QAnswerDescriptonID> <Status>10</Status> </PCXMLOfferQADescriptionHistory> <PCXMLOfferQADescriptionHistory> <AccountID>7</AccountID> <CCCD>sample string 1</CCCD> <LastUpdateDate>2025-08-02T20:16:00.9360525+05:30</LastUpdateDate> <OfferHistoryID>3</OfferHistoryID> <OfferID>6</OfferID> <OfferQuestionID>5</OfferQuestionID> <PageID>8</PageID> <QADescriptionHistoryID>2</QADescriptionHistoryID> <QAnswerDescription>9</QAnswerDescription> <QAnswerDescriptonID>4</QAnswerDescriptonID> <Status>10</Status> </PCXMLOfferQADescriptionHistory> </ArrayOfPCXMLOfferQADescriptionHistory>