SalesOrder
A sales order.
address object
An address
line1stringnullable
Example:
124 ACME Roadline2stringnullable
Example:
Southgateline3stringnullable
Example:
Londonline4stringnullable
Example:
Englandline5stringnullable
Example:
RR12 8QAcontactMobileNumberstringnullable
Sales order contact mobile number.
Example:
020 7371 9918contactPhoneNumberstringnullable
Sales order contact phone number.
Example:
020 7371 9919countystringnullable
Sales order county
Example:
CountydeliveryDateFromstring<date-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:00deliveryDateTostring<date-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:00deliveryInstructionsstringnullable
Sales order delivery instructions.
Example:
Leave with neighbourpostcodestringnullable
Sales order post code
Example:
RR12 8QAtownstringnullable
Sales order town
Example:
SouthgateSalesOrder
{
"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"
}