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-03-10T07:06:55.8745698+01:00",
"last_update": "2026-03-10T07:06:55.8745698+01:00",
"id_user_upd": "c237ccbf-31c0-4dcf-b848-829b0b1f2deb",
"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-03-10T07:06:55.8745698+01:00",
"last_update": "2026-03-10T07:06:55.8745698+01:00",
"id_user_upd": "57554b45-1c84-4056-907f-920084399fe7",
"commited": true
}