POST api/{language}/contract/{contractId}/Inventory
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| filter | Documentazione di 'filter'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Make": "sample string 1",
"CodeFrom": "sample string 2",
"CodeTo": "sample string 3",
"WarehouseId": 4,
"CommoditiesClassId": 1,
"DepartmentId": 1,
"LocationFrom": "sample string 5",
"LocationTo": "sample string 6",
"DateTo": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.