Skip to main content
PUT
Update quote

Authorizations

X-API-Key
string
header
default:your_tyms_sk_or_partner_key
required

Business secret tyms_sk_... for business-scoped routes. Partner secret for register-business and referred-business distributor routes.

Path Parameters

uuid
string
required

Record uuid.

Body

application/json
date
string<date>
required

Quote date.

items
object[]
required

Line items. Total is computed from lines.

Minimum array length: 1
expiry_date
string<date>

Optional expiry date for the quote.

currency
string

Currency code.

document_number
string

Quote number; auto-assigned if omitted.

narration
string

Quote title / description.

memo
string

Internal note.

document_note
string

Note shown on the printed quote.

customer
string

Contact uuid, name, or email.

exchange_rate
number

Default 1.

shipping_fee
number

Shipping amount.

status
string

Default draft.

branch_uuid
string | null
department_uuid
string | null
project_uuid
string | null

Response

Quote updated

status
string
required
Example:

"success"

message
string
required
data
any

Single resource, array of resources, statement sections, or async job metadata — see each operation's example.

meta
object

Pagination (page, limit, total) and/or report range (from, to). Cash flow may include previous_period_end.