GET common/TransedBusinessesCount/{dt_from}/{dt_to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dt_from | string |
Required |
|
| dt_to | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BusinessOfInfo_Qty| Name | Description | Type | Additional information |
|---|---|---|---|
| CD_BUSINESS | string |
None. |
|
| INFO | Info_Qty |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CD_BUSINESS": "sample string 1",
"INFO": {
"$id": "2",
"QTY": 1
}
},
{
"$ref": "1"
}
]