GET api/Dashboard/ContractsByType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractByType| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractType | integer |
None. |
|
| ContractTypeName | string |
None. |
|
| Count | integer |
None. |
|
| HtmlColorCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractType": 1,
"contractTypeName": "sample string 1",
"count": 2,
"htmlColorCode": "sample string 3"
},
{
"contractType": 1,
"contractTypeName": "sample string 1",
"count": 2,
"htmlColorCode": "sample string 3"
}
]