Update Estimate

Updates an existing estimate.

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

Required scope: estimates:update

Path Params

uuidstringrequired

Estimate UUID

Body Params

customerIdstringrequired

Customer UUID

datestringrequired

Estimate date

itemsarrayrequired

Line items

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Estimate was not found.

422Validation Error

Request validation failed.