GET api/v2/accounts/{accountId}/relationshipsaccounts/{accountAccountId}?translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

accountAccountId

integer

Required

translate

boolean

Default value is False

Response

AccountAccountBasic
NameDescriptionTypeAdditional information
Id

integer

RelationshipAccountTypeId

integer

RelationshipAccountType

RelationshipAccountTypeBasic

RelationshipAccountId

integer

RelationshipAccount

AccountBasic

Active

boolean

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "RelationshipAccountTypeId": 1,
  "RelationshipAccountType": {
    "Id": 1,
    "Identification": "sample string 2",
    "Active": true
  },
  "RelationshipAccountId": 1,
  "RelationshipAccount": {
    "Complement": "sample string 1",
    "ReferenceKey": "sample string 2",
    "AccountType": {
      "Active": true,
      "RequireRegistryNumber": true,
      "AccountTypeRegistryTypeId": 1,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "PriceList": {
      "Active": true,
      "Expire": "2026-05-19T18:12:45.81379Z",
      "ConsiderServiceCenterPriceListFromSampleOrWork": true,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "Active": true,
    "RelatedAccountRequired": true,
    "RegistryNumber": "sample string 5",
    "CultureId": "sample string 6",
    "Id": 7,
    "Identification": "sample string 8"
  },
  "Active": true
}

text/html

Sample:
{"Id":1,"RelationshipAccountTypeId":1,"RelationshipAccountType":{"Id":1,"Identification":"sample string 2","Active":true},"RelationshipAccountId":1,"RelationshipAccount":{"Complement":"sample string 1","ReferenceKey":"sample string 2","AccountType":{"Active":true,"RequireRegistryNumber":true,"AccountTypeRegistryTypeId":1,"Id":3,"Identification":"sample string 4"},"PriceList":{"Active":true,"Expire":"2026-05-19T18:12:45.81379Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Active":true,"RelatedAccountRequired":true,"RegistryNumber":"sample string 5","CultureId":"sample string 6","Id":7,"Identification":"sample string 8"},"Active":true}