events
stateChange events
Line item state change event.
post/sample/v1/events/lineItems/stateChange
Request body
Example request
{
"action": "PAUSE",
"extLineItemId": "lineItem002",
"extProjectId": "project001"
}Response
OK
Line item state change event.
{
"action": "PAUSE",
"extLineItemId": "lineItem002",
"extProjectId": "project001"
}OK