GET api/v2/CommercialRestrictionGroupTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
CommercialRestrictionGroupTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| CommercialRestrictionGroupId | integer | ||
| LanguageId | integer | ||
| Description | string | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Identification": "sample string 5",
"Id": 1,
"CommercialRestrictionGroupId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:09:11.2721091Z"
}
text/html
Sample:
{"Description":"sample string 4","Identification":"sample string 5","Id":1,"CommercialRestrictionGroupId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:09:11.2721091Z"}