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-21T13:11:21.3310381+00:00",
"SubmitDate": "2026-07-21T13:11:21.3310381+00:00",
"ReportPeriodStart": "2026-07-21T13:11:21.3310381+00:00",
"ReportPeriodEnd": "2026-07-21T13:11:21.3310381+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "767504b7-68d8-4e74-b31b-9b2b7501ed9b",
"Rows": [
{
"ItemId": "d394ae3d-17ae-4615-98e4-2bc973fbc067",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d394ae3d-17ae-4615-98e4-2bc973fbc067",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "767504b7-68d8-4e74-b31b-9b2b7501ed9b",
"Rows": [
{
"ItemId": "d394ae3d-17ae-4615-98e4-2bc973fbc067",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d394ae3d-17ae-4615-98e4-2bc973fbc067",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7443ef2b-48f4-461e-a6a1-d9dd0c39c424",
"28de22b9-ba34-4396-8936-52c0ed5ca3ea"
],
"Approvers": [
"540e7db4-e0a5-4f18-beae-665dfd373c15",
"44c6643c-ad28-4b0a-b828-e0d8395c8bd3"
],
"ApprovedBy": "9c55c774-7a06-4583-844b-e5d6c9fbbeac",
"ApprovalDate": "2026-07-21T13:11:21.3310381+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "50f86d1f-2ff0-48c4-9470-43ca119e7a41",
"WorkPlanId": "5db86582-e9c1-4899-9e50-2dae17f33a25",
"id": "025c63a9-2bf7-4b2d-ba3a-1a0783ccfeba",
"ConfigId": "7a44fcb0-8f0a-43c5-99cc-e467ba617b17"
}