POST api/Deviation/ReceiveOrder/New
Register new deviation on receive order
Request Information
URI Parameters
None.
Body Parameters
ReceiveOrderDeviation| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | globally unique identifier |
None. |
|
| SystemUserId | globally unique identifier |
None. |
|
| ReceiveOrderNumber | string |
None. |
|
| DeviationCode | integer |
None. |
|
| string |
None. |
||
| Comment | string |
None. |
|
| DeviationImageList | Collection of DeviationImage |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": "d95a7140-9085-4f1c-ac78-23bb02c36b61",
"SystemUserId": "a3b38fbf-9cfd-4774-8aab-a2e1da931a5b",
"ReceiveOrderNumber": "sample string 3",
"DeviationCode": 4,
"Email": "sample string 5",
"Comment": "sample string 6",
"DeviationImageList": [
{
"ImageB64": "sample string 1",
"ImageFileName": "sample string 2"
},
{
"ImageB64": "sample string 1",
"ImageFileName": "sample string 2"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"