POST api/Report/ReportSelection
Request Information
URI Parameters
None.
Body Parameters
ReportRequestMapper| Name | Description | Type | Additional information |
|---|---|---|---|
| weekMasterMappers | Collection of WeekMasterMapper |
None. |
|
| firstDropDownList | Collection of FirstDropDownMapper |
None. |
|
| secondDropDownList | Collection of FirstDropDownMapper |
None. |
|
| firstDateValue | date |
None. |
|
| secondDateValue | date |
None. |
|
| firstDropdownValue | string |
None. |
|
| secondDropdownValue | string |
None. |
|
| firstCheckboxValue | boolean |
None. |
|
| radioButtonValue | string |
None. |
|
| firstTextInputValue | string |
None. |
|
| secondTextInputValue | string |
None. |
|
| firstTextAreaValue | string |
None. |
|
| secondTextAreaValue | string |
None. |
|
| reportID | integer |
Required |
|
| searchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"weekMasterMappers": [
{
"ID": 1,
"CompanyID": 2,
"WeekNo": 3,
"WeekEnd": "2025-11-08T11:46:06.0739434+00:00",
"CreatedOn": "2025-11-08T11:46:06.0739434+00:00",
"DateSent": "2025-11-08T11:46:06.0739434+00:00",
"IsRegenerate": 5
},
{
"ID": 1,
"CompanyID": 2,
"WeekNo": 3,
"WeekEnd": "2025-11-08T11:46:06.0739434+00:00",
"CreatedOn": "2025-11-08T11:46:06.0739434+00:00",
"DateSent": "2025-11-08T11:46:06.0739434+00:00",
"IsRegenerate": 5
}
],
"firstDropDownList": [
{
"ID": 1,
"string1": "sample string 2",
"string2": "sample string 3",
"string3": "sample string 4"
},
{
"ID": 1,
"string1": "sample string 2",
"string2": "sample string 3",
"string3": "sample string 4"
}
],
"secondDropDownList": [
{
"ID": 1,
"string1": "sample string 2",
"string2": "sample string 3",
"string3": "sample string 4"
},
{
"ID": 1,
"string1": "sample string 2",
"string2": "sample string 3",
"string3": "sample string 4"
}
],
"firstDateValue": "2025-11-08T11:46:06.0739434+00:00",
"secondDateValue": "2025-11-08T11:46:06.0739434+00:00",
"firstDropdownValue": "sample string 2",
"secondDropdownValue": "sample string 3",
"firstCheckboxValue": true,
"radioButtonValue": "sample string 4",
"firstTextInputValue": "sample string 5",
"secondTextInputValue": "sample string 6",
"firstTextAreaValue": "sample string 7",
"secondTextAreaValue": "sample string 8",
"reportID": 9,
"searchText": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| HasError | boolean |
None. |
|
| HasSuccess | boolean |
None. |
|
| Status | StatusType |
None. |
|
| MessageTitle | string |
None. |
|
| Message | string |
None. |
|
| ExceptionMessage | string |
None. |
|
| ExceptionStackTrace | string |
None. |
|
| ResultException | Exception |
None. |
|
| ResultObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultObject": {},
"HasError": false,
"HasSuccess": true,
"Status": 200,
"MessageTitle": "sample string 3",
"Message": "sample string 4",
"ExceptionMessage": "sample string 5",
"ExceptionStackTrace": "sample string 6",
"ResultException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}