Update Credit note

Updates an existing credit note.

PUThttps://api.tracksales.co/api/v1/credit-notes/{uuid}

Required scope: credit_notes:update

Path Params

uuidstringrequired

Credit note UUID

Body Params

customerIdstringrequired

Customer UUID

itemsarrayrequired

Line items

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Credit note was not found.

422Validation Error

Request validation failed.