PUT api/{language}/contract/{contractId}/Article/ArticleWarehouseStock/{id}
Documentazione di 'Put'.
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. |
| id | Documentazione di 'id'. |
Define this parameter in the request URI. |
| warehouseArticle | Documentazione di 'warehouseArticle'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Make": "sample string 2",
"Code": "sample string 3",
"ContractId": "sample string 4",
"Location": "sample string 5",
"WarehouseId": 6,
"MinimalStock": 1,
"MaximumStock": 1,
"IsRemote": true,
"Year": "sample string 8",
"InventoryId": 1,
"IsBlocked": true,
"Progressive": 9.0,
"Stock": 10.0,
"Date": "sample string 11",
"Priority": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.