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": "912e391d-0352-4ce1-99d2-a66c56cbec97",
"SystemUserId": "59037000-d44f-480b-a68c-e2ff4ca45f7a",
"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"