POST api/v2/ControlPlanTranslations

Request

URI Parameters

Body Parameters

ControlPlanTranslationInsert
NameDescriptionTypeAdditional information
ControlPlanId

integer

Required

LanguageId

integer

Required

Identification

string

Request Formats

application/json, text/json

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

text/html

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

Response

ControlPlanTranslationDetail
NameDescriptionTypeAdditional information
EditionUserId

integer

EditionDateTime

date

Id

integer

ControlPlanId

integer

LanguageId

integer

Identification

string

Response Format

application/json, text/json

Sample:
{
  "Identification": "sample string 4",
  "Id": 1,
  "ControlPlanId": 2,
  "LanguageId": 3,
  "EditionUserId": 1,
  "EditionDateTime": "2026-02-02T21:07:45.6811036Z"
}

text/html

Sample:
{"Identification":"sample string 4","Id":1,"ControlPlanId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:07:45.6811036Z"}