PUT api/people/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
person| Name | 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. |
|
| prefix_id | integer |
None. |
|
| first_name | string |
None. |
|
| mid_name | string |
None. |
|
| last_name | string |
None. |
|
| gender_id | integer |
None. |
|
| dob | date |
None. |
|
| iden_doctype_id | integer |
None. |
|
| iden_doc | string |
None. |
|
| nationality_id | integer |
None. |
|
| origin_id | integer |
None. |
|
| occupation_id | integer |
None. |
|
| education_id | integer |
None. |
|
| marriage_id | integer |
None. |
|
| address_id | integer |
None. |
|
| image_id | string |
None. |
|
| remark | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| nationality_other | string |
None. |
|
| origin_other | string |
None. |
|
| occupation_other | string |
None. |
|
| education_other | string |
None. |
|
| phone2 | string |
None. |
|
| phone3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-10-31T00:19:53.5904583+07:00",
"modify_time": "2025-10-31T00:19:53.5904583+07:00",
"modify_by": 6,
"record_status_id": 64,
"prefix_id": 1,
"first_name": "sample string 8",
"mid_name": "sample string 9",
"last_name": "sample string 10",
"gender_id": 1,
"dob": "2025-10-31T00:19:53.5904583+07:00",
"iden_doctype_id": 1,
"iden_doc": "sample string 11",
"nationality_id": 1,
"origin_id": 1,
"occupation_id": 1,
"education_id": 1,
"marriage_id": 1,
"address_id": 12,
"image_id": "sample string 13",
"remark": "sample string 14",
"phone": "sample string 15",
"email": "sample string 16",
"nationality_other": "sample string 17",
"origin_other": "sample string 18",
"occupation_other": "sample string 19",
"education_other": "sample string 20",
"phone2": "sample string 21",
"phone3": "sample string 22"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.