GET api/Kpi?branch_name_i={branch_name_i}&date_query_i={date_query_i}&date_before_i={date_before_i}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branch_name_i | string |
Required |
|
| date_query_i | date |
Required |
|
| date_before_i | date |
Required |
Body Parameters
None.
Response Information
Resource Description
kpi_invitations| Name | Description | Type | Additional information |
|---|---|---|---|
| branch_name | string |
None. |
|
| invitations_by_amt | Collection of _invitations_by_amt |
None. |
Response Formats
application/json, text/json
Sample:
{
"branch_name": "sample string 1",
"invitations_by_amt": [
{
"$id": "2",
"pay_type": "sample string 1",
"amt_query": 2.1,
"amt_before": 3.1
},
{
"$ref": "2"
}
]
}