POST api/transaction/MarkAsReceiptGenerated

Request Information

URI Parameters

None.

Body Parameters

ReceiptTransactionVM
NameDescriptionTypeAdditional information
TransactionIds

string

None.

Request Formats

application/json, text/json

Sample:
{
  "transactionIds": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReceiptTransactionVM'.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
IsSuccess

ResponseStatus

None.

Message

string

None.

ID

integer

None.

ResponseData

boolean

None.

ShowAlert

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.