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"
}