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": "233b59d3-9dc7-4069-b628-95767ec012af",
"SystemUserId": "8e345cee-f6bb-452b-9427-475de1b95470",
"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"