HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes a Receipt operation

Executes an operation of Receipt

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

  • Receipt

Receipt

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"
    }
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!