PATCH api/v2/SpecificationTranslations
Request
URI Parameters
Body Parameters
SpecificationTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| SpecificationId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Description | string | ||
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"SpecificationId": 1,
"LanguageId": 2,
"Description": "sample string 3",
"Identification": "sample string 4"
}
text/html
Sample:
{"SpecificationId":1,"LanguageId":2,"Description":"sample string 3","Identification":"sample string 4"}
Response
SpecificationTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| SpecificationId | integer | ||
| LanguageId | integer | ||
| Description | string | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Identification": "sample string 5",
"Id": 1,
"SpecificationId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-05-05T22:52:43.0557013Z"
}
text/html
Sample:
{"Description":"sample string 4","Identification":"sample string 5","Id":1,"SpecificationId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:52:43.0557013Z"}