POST Receipt/UploadComment

Request Information

URI Parameters

None.

Body Parameters

ParamCreateQuickWin2Participation
NameDescriptionTypeAdditional 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

ResultModelOfBoolean
NameDescriptionTypeAdditional 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
}