Name | Description | Type | Additional information |
---|---|---|---|
OrderNumber | string |
None. |
|
NewOrderNumber | string |
None. |
|
OrderType | string |
None. |
|
AttachmentFileName |
In order to ADD NEW attachment, both the file name and the OrderNumber must form a logically distinct (unique) value pair. If the combination of the 2 already exist, then the attachment data will be updated instead of insert(add). |
string |
None. |
AttachmentData | Collection of byte |
None. |
|
OrderLinesToUpdate | Collection of OrderLineUpdateModelSDK |
None. |
|
OrderPriority |
should be a value from 0 (unspecified/lowest) to 10 (highest) any value out of this range will be normalized back to inclusive range 0 to 10. Specify null to skip update |
byte |
None. |
OrderSourceText |
The source or name of the system which produced this order. Specify null/empty/white spaces to skip update. Any value greater than 100 characters will be truncated |
string |
None. |
SiteName |
update order default site set to null to disable update. set to empty string to remove existing value |
string |
None. |
LocationCode | string |
None. |
|
OrderReferenceNumber | string |
None. |
|
OrderAltReference | string |
None. |
|
DateStarted | date |
None. |
|
OrderDueDate | date |
None. |
|
OrderDateCompleted | date |
None. |
|
OrderSupplier | string |
None. |
|
OrderDescriptionText | string |
None. |
|
Requestor |
set order requestor. set to null to disable update. |
string |
None. |
IsDropShip |
set order drop shipment flag. set to null to disable update |
boolean |
None. |