Skip to main content

Creates a new quotation. The quotation number & status will be automatically filled.

POST 

/quotation/1/quotations

Creates a new quotation. The quotation number & status will be automatically filled.

Request

Body

    id uuid
    customField1 stringnullable
    customField2 stringnullable
    customField3 stringnullable
    customField4 stringnullable
    customField5 stringnullable
    customerReference stringnullable
    quotationReference stringnullable
    debtorId uuidnullable
    debtorContactId uuidnullable
    sellerId uuidnullable
    sellerContactId uuidnullable
    shipToId uuidnullable
    shipToContactId uuidnullable
    quotationNumber int64nullable
    versionNumber int32nullable
    statusId uuid

Responses

Success

Schema

    id uuid
    customField1 stringnullable
    customField2 stringnullable
    customField3 stringnullable
    customField4 stringnullable
    customField5 stringnullable
    customerReference stringnullable
    quotationReference stringnullable
    debtorId uuidnullable
    debtorContactId uuidnullable
    sellerId uuidnullable
    sellerContactId uuidnullable
    shipToId uuidnullable
    shipToContactId uuidnullable
    quotationNumber int64nullable
    versionNumber int32nullable
    statusId uuid
Loading...