externalActionStatus

post

/ccadmin/v1/webhook/externalActionStatus

Notifies external systems about the status of external action.

Request

Supported Media Types
Body ()
Notifies external systems about the status of external action.
Root Schema : externalActionStatus_request
Type: object
Notifies external systems about the status of external action.
Show Source
Example:
{
    "process":"Order Submission to CPQ",
    "returnedStatusCode":"200",
    "entityType":"order",
    "failureCause":null,
    "entityId":"o111",
    "requestStatus":"SUCCESS"
}
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top