POST Receipt/UploadComment
Request Information
URI Parameters
None.
Body Parameters
ParamCreateQuickWin2ParticipationName | Description | Type | Additional information |
---|---|---|---|
ReceiptID | globally unique identifier |
None. |
|
MemberID | integer |
None. |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReceiptID": "f277fcda-0f35-41f1-8903-711a825064c5", "MemberID": 2, "Comment": "sample string 3" }
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": true }