Download
Download Postman collection Download SwaggerAvailable endpoints
POST incident
201Created
targetIncidentNumber string
Target ticket identifier, this is the id of the ticket at the target systemstatusCode string
Status code from target system to indicate transaction statusstatusMessage string
Status response descriptionoriginTransactionId string
Transaction identifier generated by system originating the requesttargetTransactionId string
Transaction identifier generated by target{
"targetIncidentNumber": "string",
"statusCode": "string",
"statusMessage": "string",
"originTransactionId": "string",
"targetTransactionId": "string"
}
401Unauthorized
404Not Found
407Proxy Authentication Required
500Internal Server Error
PATCH incident
200OK
targetIncidentNumber string
Target ticket identifier, this is the id of the ticket at the target systemstatusCode string
Status code from target system to indicate transaction statusstatusMessage string
Status response descriptionoriginTransactionId string
Transaction identifier generated by system originating the requesttargetTransactionId string
Transaction identifier generated by target{
"targetIncidentNumber": "string",
"statusCode": "string",
"statusMessage": "string",
"originTransactionId": "string",
"targetTransactionId": "string"
}