PATCH Api/Order/DocUpdate?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Collection of Document| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentType | DocumentTyp |
None. |
|
| DocumentUrl | string |
None. |
|
| DocumentDataBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"DocumentType": 0,
"DocumentUrl": "sample string 1",
"DocumentDataBase64": "sample string 2"
},
{
"DocumentType": 0,
"DocumentUrl": "sample string 1",
"DocumentDataBase64": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderImportModel.Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Projekt.X.Api.Models">
<OrderImportModel.Document>
<DocumentDataBase64>sample string 2</DocumentDataBase64>
<DocumentType>DeliveryNote</DocumentType>
<DocumentUrl>sample string 1</DocumentUrl>
</OrderImportModel.Document>
<OrderImportModel.Document>
<DocumentDataBase64>sample string 2</DocumentDataBase64>
<DocumentType>DeliveryNote</DocumentType>
<DocumentUrl>sample string 1</DocumentUrl>
</OrderImportModel.Document>
</ArrayOfOrderImportModel.Document>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrderReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| ShippingDate | date |
None. |
|
| LastChangedAt | date |
None. |
|
| State | string |
None. |
|
| Packages | Collection of Package |
None. |
|
| Warehouse | string |
None. |
|
| DeliveryNumber | string |
None. |
|
| OrderNumber | string |
None. |
|
| ShopOrderNumber | string |
None. |
|
| OrderType | AuftragArt |
None. |
|
| OrderHandling | SendungMerkmal |
None. |
|
| Channel | string |
None. |
|
| ChannelCustomerId | string |
None. |
|
| Priority | integer |
None. |
|
| DateOfDelivery | date |
None. |
|
| OrderDate | date |
None. |
|
| ShipTo | AdressModel |
None. |
|
| BillingTo | AdressModel |
None. |
|
| ShippingInformation | Shipping |
None. |
|
| Documents | Collection of Document |
None. |
|
| Instructions | Collection of Instruction |
None. |
|
| OrderCurrency | string |
None. |
|
| ShippingCosts | decimal number |
None. |
|
| PackageGroup | string |
None. |
|
| Packaging | string |
None. |
|
| PackageLabelType | string |
None. |
|
| AdditonalInformation | AdditionalData |
None. |
|
| Items | Collection of ItemPosition |
None. |
|
| SetItems | Collection of SetItemPosition |
None. |
|
| BacklogItems | Collection of ItemPosition |
None. |
|
| AdditionalPositions | Collection of TextPosition |
None. |
|
| Productions | Collection of Production |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.