GET api/stock_recive_item/recive/{recive_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
recive_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of stock_recive_itemName | Description | Type | Additional 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. |
|
record_date | date |
None. |
|
lot_type | integer |
None. |
|
item_total | decimal number |
None. |
|
recive_date | date |
None. |
|
exp_date | date |
None. |
|
comment | string |
None. |
|
bill | string |
None. |
|
recipient | string |
None. |
|
is_positive | signed byte |
None. |
|
itemlot_ref_id | string |
None. |
|
number | integer |
None. |
|
exc_date | date |
None. |
|
exc_bill | string |
None. |
|
exc_item_code | string |
None. |
|
exc_item_name | string |
None. |
|
exc_item_total | decimal number |
None. |
|
exc_item_unit | integer |
None. |
|
item_use_unit | integer |
None. |
|
item_recive_use_ratio | decimal number |
None. |
|
item_recive_ratio | integer |
None. |
|
item_use_ratio | integer |
None. |
|
item_group_id | integer |
None. |
|
ex_date_text | string |
None. |
|
stock_id | integer |
None. |
|
recive_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2025-02-05T20:58:01.3565316+07:00", "modify_time": "2025-02-05T20:58:01.3565316+07:00", "modify_by": 6, "rs_id": 64, "item_id": 8, "record_date": "2025-02-05T20:58:01.3565316+07:00", "lot_type": 10, "item_total": 11.0, "recive_date": "2025-02-05T20:58:01.3565316+07:00", "exp_date": "2025-02-05T20:58:01.3565316+07:00", "comment": "sample string 12", "bill": "sample string 13", "recipient": "sample string 14", "is_positive": 64, "itemlot_ref_id": "sample string 16", "number": 1, "exc_date": "2025-02-05T20:58:01.3565316+07:00", "exc_bill": "sample string 17", "exc_item_code": "sample string 18", "exc_item_name": "sample string 19", "exc_item_total": 1.0, "exc_item_unit": 1, "item_use_unit": 1, "item_recive_use_ratio": 1.0, "item_recive_ratio": 1, "item_use_ratio": 1, "item_group_id": 1, "ex_date_text": "sample string 20", "stock_id": 1, "recive_id": 1 }, { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2025-02-05T20:58:01.3565316+07:00", "modify_time": "2025-02-05T20:58:01.3565316+07:00", "modify_by": 6, "rs_id": 64, "item_id": 8, "record_date": "2025-02-05T20:58:01.3565316+07:00", "lot_type": 10, "item_total": 11.0, "recive_date": "2025-02-05T20:58:01.3565316+07:00", "exp_date": "2025-02-05T20:58:01.3565316+07:00", "comment": "sample string 12", "bill": "sample string 13", "recipient": "sample string 14", "is_positive": 64, "itemlot_ref_id": "sample string 16", "number": 1, "exc_date": "2025-02-05T20:58:01.3565316+07:00", "exc_bill": "sample string 17", "exc_item_code": "sample string 18", "exc_item_name": "sample string 19", "exc_item_total": 1.0, "exc_item_unit": 1, "item_use_unit": 1, "item_recive_use_ratio": 1.0, "item_recive_ratio": 1, "item_use_ratio": 1, "item_group_id": 1, "ex_date_text": "sample string 20", "stock_id": 1, "recive_id": 1 } ]