Update Vendor

Updates an existing vendor.

PUThttps://api.tracksales.co/api/v1/vendors/{uuid}

Required scope: vendors:update

Path Params

uuidstringrequired

Vendor UUID

Body Params

namestringrequired

Vendor name

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor was not found.

422Validation Error

Request validation failed.