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-07-01T20:01:12.4239899+00:00",
"SubmitDate": "2026-07-01T20:01:12.4239899+00:00",
"ReportPeriodStart": "2026-07-01T20:01:12.4239899+00:00",
"ReportPeriodEnd": "2026-07-01T20:01:12.4239899+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7bd219f8-86e2-44c9-864e-0424d0401811",
"Rows": [
{
"ItemId": "4faa8ba7-3985-4b42-ad6f-9df01a9044d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4faa8ba7-3985-4b42-ad6f-9df01a9044d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7bd219f8-86e2-44c9-864e-0424d0401811",
"Rows": [
{
"ItemId": "4faa8ba7-3985-4b42-ad6f-9df01a9044d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4faa8ba7-3985-4b42-ad6f-9df01a9044d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0545f8bf-0033-4cda-acd3-a5250396db70",
"a1a2aee3-6181-49a2-a4b3-8c862a08261f"
],
"Approvers": [
"f195665d-3d4f-4839-a4d2-b3a51d6b9ea5",
"30f70619-4bf7-4939-81da-619eff07d8b6"
],
"ApprovedBy": "3b86249f-cfec-46d3-8bcc-91d97510a95b",
"ApprovalDate": "2026-07-01T20:01:12.4239899+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d5cac961-18d9-41d9-8d4c-1de053e553b3",
"WorkPlanId": "aebd820a-a0d3-4ec2-9968-d3d725524f36",
"id": "3eb569e6-2075-45dd-be43-0e02107b8143",
"ConfigId": "82ba55ed-9334-48f8-8e48-dc459378901c"
}