PATCH api/v2/FormulationTranslations
Request
URI Parameters
Body Parameters
FormulationTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| FormulationId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string | ||
| Description | string |
Request Formats
application/json, text/json
Sample:
{
"FormulationId": 1,
"LanguageId": 2,
"Identification": "sample string 3",
"Description": "sample string 4"
}
text/html
Sample:
{"FormulationId":1,"LanguageId":2,"Identification":"sample string 3","Description":"sample string 4"}
Response
FormulationTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| FormulationId | integer | ||
| LanguageId | integer | ||
| Identification | string | ||
| Description | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Description": "sample string 5",
"Id": 1,
"FormulationId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-04-15T19:27:05.8967369Z"
}
text/html
Sample:
{"Identification":"sample string 4","Description":"sample string 5","Id":1,"FormulationId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-04-15T19:27:05.8967369Z"}