POST api/Payment/GetCategorySpendReport
Request Information
URI Parameters
None.
Body Parameters
GetCategorySpendReportDTOName | Description | Type | Additional information |
---|---|---|---|
year | integer |
None. |
|
month | integer |
None. |
|
claimtypeid | integer |
None. |
|
fromdate | string |
None. |
|
todate | string |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "year": 1, "month": 2, "claimtypeid": 3, "fromdate": "sample string 4", "todate": "sample string 5", "Domain": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }