GET api/v2/AccountTypeTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
AccountTypeTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| AccountTypeId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"AccountTypeId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-03-18T19:43:08.0093021Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"AccountTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-03-18T19:43:08.0093021Z"}