POST api/v2/InterventionTypeTranslations

Request

URI Parameters

Body Parameters

InterventionTypeTranslationInsert
NameDescriptionTypeAdditional information
InterventionTypeId

integer

Required

LanguageId

integer

Required

Identification

string

Request Formats

application/json, text/json

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

text/html

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

Response

InterventionTypeTranslationDetail
NameDescriptionTypeAdditional information
EditionUserId

integer

EditionDateTime

date

Id

integer

InterventionTypeId

integer

LanguageId

integer

Identification

string

Response Format

application/json, text/json

Sample:
{
  "Identification": "sample string 4",
  "Id": 1,
  "InterventionTypeId": 2,
  "LanguageId": 3,
  "EditionUserId": 1,
  "EditionDateTime": "2026-01-26T20:20:14.970293Z"
}

text/html

Sample:
{"Identification":"sample string 4","Id":1,"InterventionTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-01-26T20:20:14.970293Z"}