Update Vendor payment

Updates an existing vendor payment.

PUThttps://api.tracksales.co/api/v1/vendor-payments/{uuid}

Required scope: vendor_payments:update

Path Params

uuidstringrequired

Vendor payment UUID

Body Params

vendorIdstringrequired

Vendor UUID

amountnumberrequired

Payment amount

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor payment was not found.

422Validation Error

Request validation failed.