GET api/patients/occupation/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
k_occupationName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
create_time | date |
None. |
|
modify_time | date |
None. |
|
modify_by | integer |
None. |
|
record_status_id | signed byte |
None. |
|
n_origin_id | string |
None. |
|
title | string |
None. |
|
detail | string |
None. |
|
trtid | integer |
None. |
|
isactive | signed byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "create_time": "2024-11-21T15:38:18.448005+07:00", "modify_time": "2024-11-21T15:38:18.448005+07:00", "modify_by": 1, "record_status_id": 64, "n_origin_id": "sample string 3", "title": "sample string 4", "detail": "sample string 5", "trtid": 1, "isactive": 64 }