GET api/v2/accounts/{accountId}/relationshipsaccounts/{accountAccountId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| accountAccountId | integer |
Required |
Response
AccountAccountBasic| Name | Description | Type | Additional 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-02-02T21:10:43.1284646Z",
"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-02-02T21:10:43.1284646Z","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}