HostingJobAcknowledgeResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: HostingJobAcknowledgeResponse

Properties

name type required default description
responseId string yes The response id
clientRequestId string no The client request id if it was provided via the client-request-id header
status string yes The status of the request
message string yes The message

Sample JSON

{
  "responseId": "1_725bcd6079eb7c869cf36df8a56996ef5d7dae52",
  "status": "ok",
  "message": "The failed job has been acknowledged"
}