POST api/Tt_Stock
Request Information
URI Parameters
None.
Body Parameters
Stock| Name | Description | Type | Additional information |
|---|---|---|---|
| id_item_sub | globally unique identifier |
None. |
|
| barcode | string |
None. |
|
| id_location | globally unique identifier |
None. |
|
| id_item | globally unique identifier |
None. |
|
| stock_ideal | decimal number |
None. |
|
| stock_max | decimal number |
None. |
|
| stock_min | decimal number |
None. |
|
| stock_real | decimal number |
None. |
|
| stock_last | decimal number |
None. |
|
| stock_in | decimal number |
None. |
|
| stock_out | decimal number |
None. |
|
| active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_item_sub": "9b59a337-feb3-4f8d-b689-e5404e81a8ba",
"barcode": "sample string 2",
"id_location": "a50571f4-5047-467d-9553-325b002ccece",
"id_item": "e16eeb27-134d-4db0-9a4a-374dbef6f6b0",
"stock_ideal": 5.1,
"stock_max": 6.1,
"stock_min": 7.1,
"stock_real": 8.1,
"stock_last": 9.1,
"stock_in": 10.1,
"stock_out": 11.1,
"active": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Stock| Name | Description | Type | Additional information |
|---|---|---|---|
| id_item_sub | globally unique identifier |
None. |
|
| barcode | string |
None. |
|
| id_location | globally unique identifier |
None. |
|
| id_item | globally unique identifier |
None. |
|
| stock_ideal | decimal number |
None. |
|
| stock_max | decimal number |
None. |
|
| stock_min | decimal number |
None. |
|
| stock_real | decimal number |
None. |
|
| stock_last | decimal number |
None. |
|
| stock_in | decimal number |
None. |
|
| stock_out | decimal number |
None. |
|
| active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_item_sub": "b7dbe51a-bc01-4fb2-9ab0-2097c20a4c9a",
"barcode": "sample string 2",
"id_location": "2f8f3764-3529-4839-befc-77a0932654d8",
"id_item": "32b826d2-cb1d-4b51-804f-0b2affec7eb7",
"stock_ideal": 5.1,
"stock_max": 6.1,
"stock_min": 7.1,
"stock_real": 8.1,
"stock_last": 9.1,
"stock_in": 10.1,
"stock_out": 11.1,
"active": true
}