GET api/item_lot/item_lot_type/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
item_lot_typeName | 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. |
|
title | string |
None. |
|
detail | string |
None. |
|
isactive | signed byte |
None. |
|
order | integer |
None. |
|
is_positive | signed byte |
None. |
|
is_core | signed byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:36:17.1998225+07:00", "modify_time": "2024-11-21T15:36:17.1998225+07:00", "modify_by": 6, "rs_id": 64, "title": "sample string 8", "detail": "sample string 9", "isactive": 64, "order": 1, "is_positive": 64, "is_core": 64 }