GET api/v2/Equivalency/{equivalencyId}/Accounts
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
equivalencyId | integer |
Required |
Response
EquivalencyBasicGetOfAccountBasicName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
ExternalId | string | ||
ExternalIdentification | string | ||
Entity | AccountBasic |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "ExternalId": "sample string 2", "ExternalIdentification": "sample string 3", "Entity": { "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:38:54.5169739Z", "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" } }
text/html
Sample:
{"Id":1,"ExternalId":"sample string 2","ExternalIdentification":"sample string 3","Entity":{"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:38:54.5169739Z","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"}}