PATCH api/v2/WorkWorkTypeTranslations

Request

URI Parameters

Body Parameters

WorkWorkTypeTranslationPatch
NameDescriptionTypeAdditional information
WorkWorkTypeId

integer

Required

LanguageId

integer

Required

Identification

string

Request Formats

application/json, text/json

Sample:
{
  "WorkWorkTypeId": 1,
  "LanguageId": 2,
  "Identification": "sample string 3"
}

text/html

Sample:
{"WorkWorkTypeId":1,"LanguageId":2,"Identification":"sample string 3"}

Response

WorkWorkTypeTranslationDetail
NameDescriptionTypeAdditional information
EditionUserId

integer

EditionDateTime

date

Id

integer

WorkWorkTypeId

integer

LanguageId

integer

Identification

string

Response Format

application/json, text/json

Sample:
{
  "Identification": "sample string 4",
  "Id": 1,
  "WorkWorkTypeId": 2,
  "LanguageId": 3,
  "EditionUserId": 1,
  "EditionDateTime": "2026-03-18T19:42:43.0490601Z"
}

text/html

Sample:
{"Identification":"sample string 4","Id":1,"WorkWorkTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-03-18T19:42:43.0490601Z"}