# Insert a delivery note [Obsolete("Not used. Delivery notes are inserted through integrations.")] Not implemented. Endpoint: POST /OrderService.svc/rest/InsertDeliveryNote Version: 1.1 ## Request fields (application/json): - `Id` (integer,null) The internal Id of the DeliveryNote. - `NoteNo` (string) The external number of the DeliveryNote. Usually a number from the ERP system. MaxLength: 50. - `DeliveryDate` (string) The delivery date of the DeliveryNote. - `NoteText` (string) Free text field of the DeliveryNote. MaxLength: 255. - `DeliveryMode` (string) The delivery mode of the items for the DeliveryNote. MaxLength: 50. - `OrderNo` (string) The external order number of the Order related to the DeliveryNote. This usually comes from an ERP. MaxLength: 50. - `OrderDate` (string) The order date of the Order related to the DeliveryNote. - `Culture` (string) The culture code of the DeliveryNote. This is the culture code used when asking for DeliveryNotes, not the original. MaxLength: 16. - `YourReference` (string) Not used. MaxLength: 255. - `SellTo` (object) - `SellTo.Company` (object) - `SellTo.Company.Id` (integer,null) The internal id of Company. - `SellTo.Company.No` (string) The external code of Company. Usually from an ERP system. MaxLength: 50. - `SellTo.Company.Name` (string) The name of Company. MaxLength: 100. - `SellTo.Company.OrgNo` (string) The organizational number of Company. MaxLength: 50. - `SellTo.Customer` (object) - `SellTo.Customer.Id` (integer,null) The internal id of Customer. - `SellTo.Customer.No` (string) The external code of Customer. Usually from an ERP system. MaxLength: 50. - `SellTo.Customer.FirstName` (string) The first name of Customer. MaxLength: 50. - `SellTo.Customer.LastName` (string) The last name of Customer. MaxLength: 50. - `SellTo.Customer.SSN` (string) The social security number of Customer. MaxLength: 50. - `SellTo.Customer.Email` (string) The e-mail of Customer. MaxLength: 255. - `SellTo.Customer.Phone` (string) The phone number of Customer. MaxLength: 50. - `SellTo.Customer.CellPhone` (string) The cell phone number of Customer. MaxLength: 50. - `SellTo.Address` (object) - `SellTo.Address.Line1` (string) The first address line of the Address. MaxLength: 255. - `SellTo.Address.Line2` (string) The second address line of the Address. MaxLength: 255. - `SellTo.Address.CareOf` (string) The care of part of the Address. MaxLength: 100. - `SellTo.Address.City` (string) The city of the Address. MaxLength: 50. - `SellTo.Address.ZipCode` (string) The zipcode of the Address. MaxLength: 50. - `SellTo.Address.Country` (string) The name of the country of the Address. MaxLength: 50. - `SellTo.Address.CountryCode` (string) The code of the country of the Address. MaxLength: 3. - `SellTo.Address.Region` (string) The region of the Address. MaxLength: 50. - `SellTo.Address.ShippingPhoneNumber` (string) Phone number for shipping address. Only applicable in shipping addresses. MaxLength: 50. - `SellTo.Address.GlobalLocationNo` (string) The Global Location Number (GLN) is part of the GS1 systems of standards. It is a simple tool used to identify a location and can identify locations uniquely where required. This is only used for invoice addresses. MaxLength: 50. - `SellTo.DropPointCode` (string) The external drop point code, if any. Only set for drop points. MaxLength: 50. - `BillTo` (object) - `ShipTo` (object) - `SMSNotificationNumber` (string) Not used. MaxLength: 50. - `Items` (array) The items delivered. - `Items.Id` (integer,null) The internal id of the DeliveryNoteItem. - `Items.RowNumber` (number) The row number of the DeliveryNoteItem. - `Items.ItemNo` (string) The PartNo of the DeliveryNoteItem. MaxLength: 50. - `Items.ItemDescription` (string) The name of the DeliveryNoteItem. MaxLength: 255. - `Items.QtyOrdered` (number) The 1uantity ordered. This is the total quantity ordered. - `Items.QtyDelivered` (number) The quantity delivered. This is the quantity delivered on this DeliverNoteItem. - `Items.QtyBackordered` (number) The quantity not delivered. This is the quantity still missing on this DeliverNoteItem. - `Items.Comment` (string) Free text comment on the DeliverNoteItem. MaxLength: 255. - `Items.TrackingCodes` (array) The external tracking code of the DeliveryNoteItem. Obsolete! - Not used. Tracking info is in DeliveryNotePackage. - `Items.TrackingCodes.Id` (integer,null) - `Items.TrackingCodes.FreightForwarder` (string) MaxLength: 50. - `Items.TrackingCodes.TrackingCode` (string) MaxLength: 50. - `Items.Status` (string) The status text of the DeliveryNoteItem. See ListOrderStatuses for information about available statuses. MaxLength: 50. - `Packages` (array) Package information for the DeliveryNote. - `Packages.Id` (integer,null) The internal id of the DeliveryNotePackage. - `Packages.ParcelNumber` (string) The external parcel number of the DeliveryNotePackage from the Speditor. Used to track parcels online. MaxLength: 50. - `Packages.Status` (string) The status text of the DeliveryNotePackage. See ListOrderStatuses for information about available statuses. MaxLength: 50. - `DivisionCode` (string) The external store code for the delivering Store. MaxLength: 50. - `Status` (string) The status text of the DeliveryNote. See ListOrderStatuses for information about available statuses. MaxLength: 50. - `Info` (array) A list of infos used to keep application specific data on the deliveryNote. - `Info.Code` (string) The external code of the Info. MaxLength: 50. - `Info.Name` (string) The name of the Info. MaxLength: 50. - `Info.Description` (string) The description of the Info. MaxLength: 500. - `Info.Value` (string) The value of the Info. MaxLength: max. ## Response 200 fields (application/json): - `Id` (integer,null) The internal Id of the DeliveryNote. - `NoteNo` (string) The external number of the DeliveryNote. Usually a number from the ERP system. MaxLength: 50. - `DeliveryDate` (string) The delivery date of the DeliveryNote. - `NoteText` (string) Free text field of the DeliveryNote. MaxLength: 255. - `DeliveryMode` (string) The delivery mode of the items for the DeliveryNote. MaxLength: 50. - `OrderNo` (string) The external order number of the Order related to the DeliveryNote. This usually comes from an ERP. MaxLength: 50. - `OrderDate` (string) The order date of the Order related to the DeliveryNote. - `Culture` (string) The culture code of the DeliveryNote. This is the culture code used when asking for DeliveryNotes, not the original. MaxLength: 16. - `YourReference` (string) Not used. MaxLength: 255. - `SellTo` (object) - `SellTo.Company` (object) - `SellTo.Company.Id` (integer,null) The internal id of Company. - `SellTo.Company.No` (string) The external code of Company. Usually from an ERP system. MaxLength: 50. - `SellTo.Company.Name` (string) The name of Company. MaxLength: 100. - `SellTo.Company.OrgNo` (string) The organizational number of Company. MaxLength: 50. - `SellTo.Customer` (object) - `SellTo.Customer.Id` (integer,null) The internal id of Customer. - `SellTo.Customer.No` (string) The external code of Customer. Usually from an ERP system. MaxLength: 50. - `SellTo.Customer.FirstName` (string) The first name of Customer. MaxLength: 50. - `SellTo.Customer.LastName` (string) The last name of Customer. MaxLength: 50. - `SellTo.Customer.SSN` (string) The social security number of Customer. MaxLength: 50. - `SellTo.Customer.Email` (string) The e-mail of Customer. MaxLength: 255. - `SellTo.Customer.Phone` (string) The phone number of Customer. MaxLength: 50. - `SellTo.Customer.CellPhone` (string) The cell phone number of Customer. MaxLength: 50. - `SellTo.Address` (object) - `SellTo.Address.Line1` (string) The first address line of the Address. MaxLength: 255. - `SellTo.Address.Line2` (string) The second address line of the Address. MaxLength: 255. - `SellTo.Address.CareOf` (string) The care of part of the Address. MaxLength: 100. - `SellTo.Address.City` (string) The city of the Address. MaxLength: 50. - `SellTo.Address.ZipCode` (string) The zipcode of the Address. MaxLength: 50. - `SellTo.Address.Country` (string) The name of the country of the Address. MaxLength: 50. - `SellTo.Address.CountryCode` (string) The code of the country of the Address. MaxLength: 3. - `SellTo.Address.Region` (string) The region of the Address. MaxLength: 50. - `SellTo.Address.ShippingPhoneNumber` (string) Phone number for shipping address. Only applicable in shipping addresses. MaxLength: 50. - `SellTo.Address.GlobalLocationNo` (string) The Global Location Number (GLN) is part of the GS1 systems of standards. It is a simple tool used to identify a location and can identify locations uniquely where required. This is only used for invoice addresses. MaxLength: 50. - `SellTo.DropPointCode` (string) The external drop point code, if any. Only set for drop points. MaxLength: 50. - `BillTo` (object) - `ShipTo` (object) - `SMSNotificationNumber` (string) Not used. MaxLength: 50. - `Items` (array) The items delivered. - `Items.Id` (integer,null) The internal id of the DeliveryNoteItem. - `Items.RowNumber` (number) The row number of the DeliveryNoteItem. - `Items.ItemNo` (string) The PartNo of the DeliveryNoteItem. MaxLength: 50. - `Items.ItemDescription` (string) The name of the DeliveryNoteItem. MaxLength: 255. - `Items.QtyOrdered` (number) The 1uantity ordered. This is the total quantity ordered. - `Items.QtyDelivered` (number) The quantity delivered. This is the quantity delivered on this DeliverNoteItem. - `Items.QtyBackordered` (number) The quantity not delivered. This is the quantity still missing on this DeliverNoteItem. - `Items.Comment` (string) Free text comment on the DeliverNoteItem. MaxLength: 255. - `Items.TrackingCodes` (array) The external tracking code of the DeliveryNoteItem. Obsolete! - Not used. Tracking info is in DeliveryNotePackage. - `Items.TrackingCodes.Id` (integer,null) - `Items.TrackingCodes.FreightForwarder` (string) MaxLength: 50. - `Items.TrackingCodes.TrackingCode` (string) MaxLength: 50. - `Items.Status` (string) The status text of the DeliveryNoteItem. See ListOrderStatuses for information about available statuses. MaxLength: 50. - `Packages` (array) Package information for the DeliveryNote. - `Packages.Id` (integer,null) The internal id of the DeliveryNotePackage. - `Packages.ParcelNumber` (string) The external parcel number of the DeliveryNotePackage from the Speditor. Used to track parcels online. MaxLength: 50. - `Packages.Status` (string) The status text of the DeliveryNotePackage. See ListOrderStatuses for information about available statuses. MaxLength: 50. - `DivisionCode` (string) The external store code for the delivering Store. MaxLength: 50. - `Status` (string) The status text of the DeliveryNote. See ListOrderStatuses for information about available statuses. MaxLength: 50. - `Info` (array) A list of infos used to keep application specific data on the deliveryNote. - `Info.Code` (string) The external code of the Info. MaxLength: 50. - `Info.Name` (string) The name of the Info. MaxLength: 50. - `Info.Description` (string) The description of the Info. MaxLength: 500. - `Info.Value` (string) The value of the Info. MaxLength: max.