Skip to main content

SalesOrder

A sales order.

address object

An address

line1stringnullable
Example: 124 ACME Road
line2stringnullable
Example: Southgate
line3stringnullable
Example: London
line4stringnullable
Example: England
line5stringnullable
Example: RR12 8QA
contactMobileNumberstringnullable

Sales order contact mobile number.

Example: 020 7371 9918
contactPhoneNumberstringnullable

Sales order contact phone number.

Example: 020 7371 9919
countystringnullable

Sales order county

Example: County
deliveryDateFromdate-time

The ISO formatted delivery date from in the companies timezone e.g. 2024-05-14T00:00:00+01:00

Example: 2024-05-14T00:00:00+01:00
deliveryDateTodate-time

The ISO formatted delivery date to in the companies timezone e.g. 2024-05-14T00:00:00+01:00

Example: 2024-05-14T00:00:00+01:00
deliveryInstructionsstringnullable

Sales order delivery instructions.

Example: Leave with neighbour
postcodestringnullable

Sales order post code

Example: RR12 8QA
townstringnullable

Sales order town

Example: Southgate
SalesOrder
{
"address": {
"line1": "124 ACME Road",
"line2": "Southgate",
"line3": "London",
"line4": "England",
"line5": "RR12 8QA"
},
"contactMobileNumber": "020 7371 9918",
"contactPhoneNumber": "020 7371 9919",
"county": "County",
"deliveryDateFrom": "2024-05-14T00:00:00+01:00",
"deliveryDateTo": "2024-05-14T00:00:00+01:00",
"deliveryInstructions": "Leave with neighbour",
"postcode": "RR12 8QA",
"town": "Southgate"
}