n4.cuwo.messages.UpdateLineItemStatus
An UpdateLineItemStatus message is used to trigger an update of the custom workflow status of a line item.
The message has the following structure:
{
"@type": "n4.cuwo.messages.UpdateLineItemStatus",
"id": "...",
"lineItemID": "...",
"externalData": "...",
"requiresCustomRefundFlow": true | false
}
The various member provide the information necessary for the operation:
id
- The ID of the message. Will be used as part of the acknowledgement and result messageslineItemID
- The enfore identifier of the line item whose status is to be updatedexternalData
- Updated external data for the line item. When not set, existing external data will not be modifiedrequiresCustomRefundFlow
- Whether or not the line item requires a custom workflow to be called when it is to be refunded. When not set, the existing value of the flag is not changed.