POST api/{language}/contract/{contractId}/ArticleInventory?detectedstock={detectedstock}
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. |
| detectedstock | Documentazione di 'detectedstock'. |
Define this parameter in the request URI. |
| articleToSave | Documentazione di 'articleToSave'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Make": "sample string 2",
"WarehouseId": 3,
"InventoryId": 4,
"Date": "2026-02-16T16:32:56.9238435+00:00",
"RecordedQuantity": 6.0,
"InitialQuantity": 7.0,
"Difference": 8.0,
"Year": 9,
"Reset": true,
"ContractId": "sample string 11",
"Description": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
true