POST
/
v2
/
errors
curl --request POST \
  --url https://api.procuros.io/v2/errors \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "errorReason": "<string>",
  "errorType": "DATA",
  "errorContext": {},
  "transactionIdentifier": "IV-0001",
  "transactionType": "ORDER"
}'
{
  "message": "OK.",
  "errorUrl": "https://portal.procuros.io/.../errors/{{procurosErrorId}}"
}

Authorizations

Authorization
string
header
required

The API Token of your ERP Connection.

Body

application/json

Response

201
application/json
Created

The response is of type object.