GET api/v2/accounts/{accountId}/relationshipsaccounts/{accountAccountId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
|
accountAccountId | integer |
Required |
Response
AccountAccountBasicName | 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": "2025-08-04T18:39:43.145091Z", "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":"2025-08-04T18:39:43.145091Z","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}