PUT api/St_Maps_Others
Request Information
URI Parameters
None.
Body Parameters
st_maps_others| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
Required Max length: 20 |
|
| id_value | string |
Required Max length: 200 |
|
| id_key_text | string |
Max length: 200 |
|
| id_key_bool | boolean |
None. |
|
| order | integer |
Required |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| commited | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "f0313a17-db38-4d5c-9de4-d83c7c4d4ee8",
"name": "sample string 2",
"id_value": "sample string 3",
"id_key_text": "sample string 4",
"id_key_bool": true,
"order": 5,
"active": true,
"created_on": "2026-01-10T12:09:57.4399716+01:00",
"last_update": "2026-01-10T12:09:57.4399716+01:00",
"commited": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.