English
cURL
Successfully Processed
curl --request PUT \ --url https://api.procuros.io/v2/transactions/{procurosTransactionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "success": true }'
200
{ "data": { "message": "OK." } }
Report processing of incoming transactions.
The API Token of your ERP Connection.
Expected parameters to update a transaction.
The body is of type object.
object
Success
The response is of type object.
Was this page helpful?