POST api/St_Equivalence_Codes
Request Information
URI Parameters
None.
Body Parameters
st_equivalence_codes| Name | Description | Type | Additional information |
|---|---|---|---|
| id_value_smd | string |
Required Max length: 100 |
|
| id_value_other | string |
Required Max length: 100 |
|
| description | string |
Required Max length: 200 |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| id_user_upd | globally unique identifier |
None. |
|
| commited | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_value_smd": "sample string 1",
"id_value_other": "sample string 2",
"description": "sample string 3",
"active": true,
"created_on": "2026-01-10T12:09:38.2352058+01:00",
"last_update": "2026-01-10T12:09:38.2352058+01:00",
"id_user_upd": "06547645-f5cf-47c2-9132-64faf0a7ffbf",
"commited": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
st_equivalence_codes| Name | Description | Type | Additional information |
|---|---|---|---|
| id_value_smd | string |
Required Max length: 100 |
|
| id_value_other | string |
Required Max length: 100 |
|
| description | string |
Required Max length: 200 |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| id_user_upd | globally unique identifier |
None. |
|
| commited | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_value_smd": "sample string 1",
"id_value_other": "sample string 2",
"description": "sample string 3",
"active": true,
"created_on": "2026-01-10T12:09:38.2352058+01:00",
"last_update": "2026-01-10T12:09:38.2352058+01:00",
"id_user_upd": "370796be-0546-44c8-9566-93265336bc98",
"commited": true
}