PATCH api/v2/ScheduleTranslations
Request
URI Parameters
Body Parameters
ScheduleTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Description | string | ||
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"ScheduleId": 1,
"LanguageId": 2,
"Description": "sample string 3",
"Identification": "sample string 4"
}
text/html
Sample:
{"ScheduleId":1,"LanguageId":2,"Description":"sample string 3","Identification":"sample string 4"}
Response
ScheduleTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| ScheduleId | integer | ||
| LanguageId | integer | ||
| Description | string | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Identification": "sample string 5",
"Id": 1,
"ScheduleId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:07:26.5287111Z"
}
text/html
Sample:
{"Description":"sample string 4","Identification":"sample string 5","Id":1,"ScheduleId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:07:26.5287111Z"}