POST api/statusreports/{id}/reject?Comments={Comments}
Rejects a Report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| Comments | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-05-11T22:21:38.3106321+00:00",
"SubmitDate": "2026-05-11T22:21:38.3106321+00:00",
"ReportPeriodStart": "2026-05-11T22:21:38.3106321+00:00",
"ReportPeriodEnd": "2026-05-11T22:21:38.3106321+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6623f123-cb1d-4d64-9b45-3c39a72b482b",
"Rows": [
{
"ItemId": "19b24f40-b26f-4b72-b9c7-3f52eca88306",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "19b24f40-b26f-4b72-b9c7-3f52eca88306",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6623f123-cb1d-4d64-9b45-3c39a72b482b",
"Rows": [
{
"ItemId": "19b24f40-b26f-4b72-b9c7-3f52eca88306",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "19b24f40-b26f-4b72-b9c7-3f52eca88306",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2b466801-ab0d-40ea-8ff5-d8a0b259e9bb",
"7e6170c6-5e22-41c1-a1dd-84d9d4bd8df6"
],
"Approvers": [
"3a6a42f3-1e37-49d1-b228-2403ea50e611",
"d585111b-d461-47bd-9e8d-e2e8f959845b"
],
"ApprovedBy": "ab8137e4-259c-421d-a305-d1a1054d2219",
"ApprovalDate": "2026-05-11T22:21:38.3106321+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "be7850a9-c0a7-47dc-8ca9-a66ff74cfc22",
"id": "503be400-1976-4b19-a8bb-71b8ce2e9bce",
"ConfigId": "ad7cf877-9f0a-4cab-81fd-1cdffe290f2f"
}