PUT api/staffs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
staffName | 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. |
|
record_status_id | signed byte |
None. |
|
person_id | integer |
None. |
|
type_id | integer |
None. |
|
position_id | integer |
None. |
|
rank_id | integer |
None. |
|
status_id | integer |
None. |
|
uniformsize_id | integer |
None. |
|
begin_date | date |
None. |
|
paymethod_id | integer |
None. |
|
certification_no | string |
None. |
|
priority | integer |
None. |
|
isactive | integer |
None. |
|
nephro_cer_no | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:56:44.616002+07:00", "modify_time": "2024-11-21T15:56:44.616002+07:00", "modify_by": 6, "record_status_id": 64, "person_id": 1, "type_id": 1, "position_id": 1, "rank_id": 1, "status_id": 1, "uniformsize_id": 1, "begin_date": "2024-11-21T15:56:44.616002+07:00", "paymethod_id": 1, "certification_no": "sample string 8", "priority": 1, "isactive": 1, "nephro_cer_no": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.