PATCH api/v2/PriceItemTranslations
Request
URI Parameters
Body Parameters
PriceItemTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| PriceItemId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Description | string | ||
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"PriceItemId": 1,
"LanguageId": 2,
"Description": "sample string 3",
"Identification": "sample string 4"
}
text/html
Sample:
{"PriceItemId":1,"LanguageId":2,"Description":"sample string 3","Identification":"sample string 4"}
Response
PriceItemTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| PriceItemId | integer | ||
| LanguageId | integer | ||
| Description | string | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Identification": "sample string 5",
"Id": 1,
"PriceItemId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-05-05T22:56:01.8033456Z"
}
text/html
Sample:
{"Description":"sample string 4","Identification":"sample string 5","Id":1,"PriceItemId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:56:01.8033456Z"}