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-08-29T01:39:17.258451+00:00",
"SubmitDate": "2026-08-29T01:39:17.258451+00:00",
"ReportPeriodStart": "2026-08-29T01:39:17.258451+00:00",
"ReportPeriodEnd": "2026-08-29T01:39:17.258451+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5a2aa07e-5c44-431f-b614-6c5a370a0cd2",
"Rows": [
{
"ItemId": "771f405f-8d15-4a27-9400-7c29594471e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "771f405f-8d15-4a27-9400-7c29594471e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5a2aa07e-5c44-431f-b614-6c5a370a0cd2",
"Rows": [
{
"ItemId": "771f405f-8d15-4a27-9400-7c29594471e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "771f405f-8d15-4a27-9400-7c29594471e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"968bd207-4b19-423f-bfbe-50e18e847fcd",
"7b5dfda5-090e-4d9e-b019-ab9104364d01"
],
"Approvers": [
"7393797c-39ba-4076-8bc5-a560336842a6",
"aa4c47c6-72e3-4fbf-9a41-e1420ae0b416"
],
"ApprovedBy": "ba4bb58a-5d7a-41d4-bcd8-ae3481a50542",
"ApprovalDate": "2026-08-29T01:39:17.258451+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9bac2d0a-9ef9-471c-baa0-0faf3cc9911d",
"WorkPlanId": "5bb749ae-0b78-4462-9c19-9dff27cab2e6",
"id": "56f93c64-3726-4d00-969c-778806b43330",
"ConfigId": "1671ad09-c170-4c9f-adea-1c755a684677"
}