PUT api/addresses/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
address| 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. |
|
| address1 | string |
None. |
|
| region_id | integer |
None. |
|
| province_id | integer |
None. |
|
| amphur_id | integer |
None. |
|
| district_id | integer |
None. |
|
| postcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-11-01T17:39:14.7376659+07:00",
"modify_time": "2025-11-01T17:39:14.7376659+07:00",
"modify_by": 6,
"record_status_id": 64,
"address1": "sample string 8",
"region_id": 9,
"province_id": 10,
"amphur_id": 11,
"district_id": 12,
"postcode": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.