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-05T03:28:39.3582734+00:00",
"SubmitDate": "2026-08-05T03:28:39.3582734+00:00",
"ReportPeriodStart": "2026-08-05T03:28:39.3582734+00:00",
"ReportPeriodEnd": "2026-08-05T03:28:39.3582734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f50fa0ce-53e9-46b9-9c5a-a27bcf6bff2f",
"Rows": [
{
"ItemId": "3036731d-0f19-4445-9817-189d1a1d7e57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3036731d-0f19-4445-9817-189d1a1d7e57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f50fa0ce-53e9-46b9-9c5a-a27bcf6bff2f",
"Rows": [
{
"ItemId": "3036731d-0f19-4445-9817-189d1a1d7e57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3036731d-0f19-4445-9817-189d1a1d7e57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"497ed294-1fa7-4a3e-a3e8-05c8fe3b1cb2",
"55fb739d-e61c-49b6-83b3-1c7178c00d33"
],
"Approvers": [
"86cc1376-8112-4de0-baca-275b76beb4bd",
"75120558-67ed-407b-9a1c-3d5c00ba0348"
],
"ApprovedBy": "bf7b9862-86bb-4ace-89c6-ce754e98b667",
"ApprovalDate": "2026-08-05T03:28:39.3582734+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "305974db-7794-40ac-a2e9-d775ed20d22c",
"WorkPlanId": "f05ce388-1a89-4208-acf1-018057478fef",
"id": "c15e35a2-797c-41a4-a530-5ee2bdc4c1c2",
"ConfigId": "db56e56a-fa70-4173-9521-8f02ce451f0e"
}