PUT
/
v2
/
transactions
/
{procurosTransactionId}
curl --request PUT \
  --url https://api.procuros.io/v2/transactions/{procurosTransactionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "success": true
}'
{
  "data": {
    "message": "OK."
  }
}

Authorizations

Authorization
string
header
required

The API Token of your ERP Connection.

Path Parameters

procurosTransactionId
string
required

Body

application/json
Expected parameters to update a transaction.

The body is of type object.

Response

200
application/json
Success

The response is of type object.