POST
/
v1
/
orders
{
    "quote_id": "f49ca591-6c4f-46ae-a56e-fa94b0ac0520",
    "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc"
}
{
    "order_id": "12440b4d-0ad4-457d-a100-82309ad589b4"
}

Headers

api-key
string
required

Authorisation requires an API key in the header of the request. Please see this page for more information.

Request Fields

quote_id
uuid
required

A unique ID assigned to the quote. This identifier is used to reference the quote within the system.

account_id
uuid
required

A unique ID assigned to the account. This identifier is used to reference the account within the system.

Response Fields

order_id
uuid

A unique ID assigned to the order. This identifier is used to reference the order within the system.

{
    "quote_id": "f49ca591-6c4f-46ae-a56e-fa94b0ac0520",
    "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc"
}
{
    "order_id": "12440b4d-0ad4-457d-a100-82309ad589b4"
}