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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-09-01T04:02:30.3116954+00:00",
"SubmitDate": "2026-09-01T04:02:30.3116954+00:00",
"ReportPeriodStart": "2026-09-01T04:02:30.3116954+00:00",
"ReportPeriodEnd": "2026-09-01T04:02:30.3116954+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "18016015-bf7d-422b-9fd7-2b7255162b67",
"Rows": [
{
"ItemId": "c2eeea88-6c19-4f8b-bfa6-9deb47ea9d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2eeea88-6c19-4f8b-bfa6-9deb47ea9d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "18016015-bf7d-422b-9fd7-2b7255162b67",
"Rows": [
{
"ItemId": "c2eeea88-6c19-4f8b-bfa6-9deb47ea9d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2eeea88-6c19-4f8b-bfa6-9deb47ea9d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"29e9a652-a70c-4d7b-852c-7c01933e97a3",
"2e0b2d72-ba9f-41c4-86ce-83fe58a51edd"
],
"Approvers": [
"d479e8aa-2ce5-4095-9f5f-6b4c234c945c",
"df8c12d5-e525-4b1a-a509-310f2c3089aa"
],
"ApprovedBy": "95dd0d39-7227-4c92-9a46-841ccb6350fa",
"ApprovalDate": "2026-09-01T04:02:30.3116954+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ecdb4451-da1f-41cf-9220-826391510334",
"WorkPlanId": "296f6130-54ad-45b7-910c-5018ad1bf72a",
"id": "db4d0833-3f05-4812-9225-32fcedaf25d7",
"ConfigId": "014ccfb4-d82d-4e77-8f97-13497bdae177"
}