POST /purchase-return-payments.json

POST /purchase-return-payments.json
application/json

Body Required

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
POST /purchase-return-payments.json
curl \
 --request POST 'http://api.example.com/v1/purchase-return-payments.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"amount":0,"exchangeRate":1,"externalId":"string","paidAt":{},"purchaseReturnId":42,"reference":"string","xeroId":"string"}'
Request examples
{
  "amount": 0,
  "exchangeRate": 1,
  "externalId": "string",
  "paidAt": {},
  "purchaseReturnId": 42,
  "reference": "string",
  "xeroId": "string"
}
Response examples (200)
{
  "amount": 0,
  "createdAt": "2025-05-04T09:42:00Z",
  "exchangeRate": 1,
  "externalId": "string",
  "id": 42,
  "paidAt": {},
  "purchaseReturnId": 42,
  "reference": "string",
  "updatedAt": "2025-05-04T09:42:00Z",
  "xeroId": "string"
}