ProcessedOrdersWebhookBody
Model
The model that will be JSON encoded and sent to a third party's notification webhook
Required
MaxLength(16)
OrganisationCode :
string
The unique organisation code associated with the organisation that this update is for
Required
Kapow :
string (GUID)
The unique organisation identifier that the original RemoteOrders were submitted to
Required
ProcessedOrders :
ArchivedRemoteOrder
[]
The set of processed orders. Check the IsConfirmed flag to see if the order was confirmed/rejected
Example
{
"OrganisationCode": "string value",
"Kapow": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"ProcessedOrders": []
}