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": "8aa5f6ff-92ea-4cd3-991b-29d230d26ca8",
"SystemUserId": "ccf32360-c74f-476f-b8fa-50215967d3aa",
"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"