PATCH api/v2/SampleTakenDateTimeOptionTranslations
Request
URI Parameters
Body Parameters
SampleTakenDateTimeOptionTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleTakenDateTimeOptionId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"SampleTakenDateTimeOptionId": 1,
"LanguageId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"SampleTakenDateTimeOptionId":1,"LanguageId":2,"Identification":"sample string 3"}
Response
SampleTakenDateTimeOptionTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| SampleTakenDateTimeOptionId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"SampleTakenDateTimeOptionId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:12:37.1685951Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"SampleTakenDateTimeOptionId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:12:37.1685951Z"}