Reorder quotation blocks

Reorders the blocks of a quotation (quotation-v2 builder). The order array lists the

block ids in the desired top-to-bottom sequence.

Any existing block not listed in order is kept and appended after the ordered
ones (preserving its relative order), so a partial or stale list can never silently
drop blocks. Ids in order that do not match an existing block are ignored.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesQuotation ID

Body Fields

FieldTypeRequiredDescription
orderstring[]YesBlock ids (UUID strings) in the desired order

Response

  • 200 OK: Returns the reordered block list
  • 400 Bad Request: Body does not contain an order array
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
order
array of strings
order
Responses
200

Resource updated

400

Bad request

401

Unauthorized

404

Resource not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!