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": "59517132-98fe-4198-b89d-17a1e2073c23",
"barcode": "sample string 2",
"id_location": "15c9eaa6-e6c0-4ab1-b6ef-7bd442254bae",
"id_item": "b8289c9d-4209-4026-90c1-04588aea8751",
"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": "b9d8df7d-f7d0-4ee0-bcc3-36c348ccf1dc",
"barcode": "sample string 2",
"id_location": "0d5d65bc-bb46-4a62-995e-a83a53fa436c",
"id_item": "31956c9f-d88d-4b30-b77c-d9241ff786dc",
"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
}