POST api/Reliability/GetTotalServiceReportAttachedWeatherEventCount
Request Information
URI Parameters
None.
Body Parameters
TotalNumberOfEventFilterMdlName | Description | Type | Additional information |
---|---|---|---|
IsYear | boolean |
None. |
|
IsQuarter | boolean |
None. |
|
IsMonth | boolean |
None. |
|
IsWeek | boolean |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsYear": true, "IsQuarter": true, "IsMonth": true, "IsWeek": true, "StartDate": "2024-11-22T21:15:46.9901852-06:00", "EndDate": "2024-11-22T21:15:46.9901852-06:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMdlName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Data": {}, "Message": "sample string 3" }