POST api/Tt_Stock

Request Information

URI Parameters

None.

Body Parameters

Stock
NameDescriptionTypeAdditional 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": "18e86f5a-cc4c-4564-be83-c24d3200295e",
  "barcode": "sample string 2",
  "id_location": "6300ec54-dfde-4ce8-8fe4-4db406a80fe0",
  "id_item": "bf2f8786-c258-49ed-825f-af9d9f8c031c",
  "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
NameDescriptionTypeAdditional 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": "fd24fe38-1800-4ed9-b5ab-d75b553d61f1",
  "barcode": "sample string 2",
  "id_location": "7fc4138f-e6f2-4f50-8a19-8d32719837f4",
  "id_item": "b242bdb9-60d8-446b-b4d9-d7028e8f1446",
  "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
}