POST Api/DashboardCRM/GetChartGraph
Request Information
URI Parameters
None.
Body Parameters
CRMChartFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| FinYearId | integer |
None. |
|
| BranchId | integer |
None. |
|
| XAxis | integer |
None. |
|
| StatusId | integer |
None. |
|
| StageId | integer |
None. |
|
| IndustryId | integer |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| AreaName | string |
None. |
|
| UserId | integer |
None. |
|
| AssignToUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FinYearId": 1,
"BranchId": 2,
"XAxis": 3,
"StatusId": 1,
"StageId": 1,
"IndustryId": 1,
"State": "sample string 4",
"City": "sample string 5",
"AreaName": "sample string 6",
"UserId": 7,
"AssignToUserId": 1
}
application/xml, text/xml
Sample:
<CRMChartFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel"> <AreaName>sample string 6</AreaName> <AssignToUserId>1</AssignToUserId> <BranchId>2</BranchId> <City>sample string 5</City> <FinYearId>1</FinYearId> <IndustryId>1</IndustryId> <StageId>1</StageId> <State>sample string 4</State> <StatusId>1</StatusId> <UserId>7</UserId> <XAxis>3</XAxis> </CRMChartFilters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |