PATCH api/v2/RelationshipWorkAccountTranslations

Request

URI Parameters

Body Parameters

RelationshipWorkAccountTranslationPatch
NameDescriptionTypeAdditional information
RelationshipWorkAccountId

integer

Required

LanguageId

integer

Required

Identification

string

Request Formats

application/json, text/json

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

text/html

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

Response

RelationshipWorkAccountTranslationDetail
NameDescriptionTypeAdditional information
EditionUserId

integer

EditionDateTime

date

Id

integer

RelationshipWorkAccountId

integer

LanguageId

integer

Identification

string

Response Format

application/json, text/json

Sample:
{
  "Identification": "sample string 4",
  "Id": 1,
  "RelationshipWorkAccountId": 2,
  "LanguageId": 3,
  "EditionUserId": 1,
  "EditionDateTime": "2026-02-02T21:10:38.15947Z"
}

text/html

Sample:
{"Identification":"sample string 4","Id":1,"RelationshipWorkAccountId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:10:38.15947Z"}