POST api/v2/PriceItemTypeTranslations
Request
URI Parameters
Body Parameters
PriceItemTypeTranslationInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| PriceItemTypeId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"PriceItemTypeId": 1,
"LanguageId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"PriceItemTypeId":1,"LanguageId":2,"Identification":"sample string 3"}
Response
PriceItemTypeTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| PriceItemTypeId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"PriceItemTypeId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:08:22.4860071Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"PriceItemTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:08:22.4860071Z"}