Executes a Receipt operation

Executes an operation of Receipt

With the Receipt service, you can perform the following operations on the execute endpoint:

  • ReceiptRequest

ReceiptRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Commerce.DataContracts.ReceiptRequest, Asi.Contracts",
  "EntityTypeName": "Receipt",
  "OperationName": "Receipt",
  "ReceiptId": "string value",
  "ReceiptIds": [
    "string value"
  ],
  "ReplacedReceiptId": "string value",
  "AssignedStatus": {
    "$type": "Asi.Soa.Commerce.DataContracts.ReceiptStatus, Asi.Contracts"
  },
  "ReceiptTask": {
    "$type": "Asi.Soa.Commerce.DataContracts.ReceiptTaskData, Asi.Contracts"
  },
  "RequestCulture": "string value"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!