POST api/v2/FormulationTypeTranslations
Request
URI Parameters
Body Parameters
FormulationTypeTranslationInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| FormulationTypeId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"FormulationTypeId": 1,
"LanguageId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"FormulationTypeId":1,"LanguageId":2,"Identification":"sample string 3"}
Response
FormulationTypeTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| FormulationTypeId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"FormulationTypeId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-25T20:27:52.3344171Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"FormulationTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-25T20:27:52.3344171Z"}