GET api/item_lot/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

item_lot
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

rs_id

signed byte

None.

item_id

integer

None.

lot_type_id

integer

None.

total

decimal number

None.

ratio

decimal number

None.

price

decimal number

None.

record_date

date

None.

recive_date

date

None.

exp_date

date

None.

comment

string

None.

bill

string

None.

recipient

string

None.

recive_type_id

date

None.

recive_id

integer

None.

order

integer

None.

total_u1

decimal number

None.

total_u2

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:16:56.0477389+07:00",
  "modify_time": "2024-10-05T10:16:56.0477389+07:00",
  "modify_by": 6,
  "rs_id": 64,
  "item_id": 8,
  "lot_type_id": 9,
  "total": 10.0,
  "ratio": 11.0,
  "price": 12.0,
  "record_date": "2024-10-05T10:16:56.0477389+07:00",
  "recive_date": "2024-10-05T10:16:56.0477389+07:00",
  "exp_date": "2024-10-05T10:16:56.0477389+07:00",
  "comment": "sample string 14",
  "bill": "sample string 15",
  "recipient": "sample string 16",
  "recive_type_id": "2024-10-05T10:16:56.0477389+07:00",
  "recive_id": 1,
  "order": 1,
  "total_u1": 18.0,
  "total_u2": 19.0
}