post https://{tenantUrl}/public-api/resources/transactions/v1.0
Create new Transaction
Log in to see full request history
Responses
422The payload you provided is invalid
Create new Transaction
422The payload you provided is invalid
xxxxxxxxxx
curl --request POST \
--url https://example.com/public-api/resources/transactions/v1.0 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"status":"pending"}'
Try It!
to start a request and see the response here! Or choose an example: