GET api/v2/Equivalency/{equivalencyId}/Accounts
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| equivalencyId | integer |
Required |
Response
EquivalencyBasicGetOfAccountBasic| Name | 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": "2026-02-02T21:07:00.9409651Z",
"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":"2026-02-02T21:07:00.9409651Z","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"}}