GET api/GetEntityPerBusinessLine?ClientId={ClientId}&SnapshotStartDate={SnapshotStartDate}&SnapshotEndDate={SnapshotEndDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| SnapshotStartDate | string |
None. |
|
| SnapshotEndDate | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfEntityPerBusinessline| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of EntityPerBusinessline |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"ENTITY_COUNT": 1,
"BUSINESS_LINE_NAME": "sample string 1",
"backcolor": "sample string 2"
},
{
"ENTITY_COUNT": 1,
"BUSINESS_LINE_NAME": "sample string 1",
"backcolor": "sample string 2"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}