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-31T03:54:16.8402621+00:00",
"SubmitDate": "2026-08-31T03:54:16.8402621+00:00",
"ReportPeriodStart": "2026-08-31T03:54:16.8402621+00:00",
"ReportPeriodEnd": "2026-08-31T03:54:16.8402621+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "331e3a67-98a2-43c4-ac48-141d972a9ec4",
"Rows": [
{
"ItemId": "c9c27bf1-60f2-4f98-ad3a-5fc993cfe627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9c27bf1-60f2-4f98-ad3a-5fc993cfe627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "331e3a67-98a2-43c4-ac48-141d972a9ec4",
"Rows": [
{
"ItemId": "c9c27bf1-60f2-4f98-ad3a-5fc993cfe627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9c27bf1-60f2-4f98-ad3a-5fc993cfe627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"39d1c6cf-104f-4c94-91e6-e20811a43cff",
"007822ca-d30f-45de-9748-1e705deb440a"
],
"Approvers": [
"375d401e-757f-43b0-b241-a8ab40631f96",
"835ef55a-644c-454c-9dfb-26e1889efb28"
],
"ApprovedBy": "89cdf6ba-9cf5-4af7-9fdb-e78204a7a4fd",
"ApprovalDate": "2026-08-31T03:54:16.8402621+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "897798be-460a-4382-a47a-1b925d9f3771",
"WorkPlanId": "e2eb2e04-3d4e-4a6f-8a95-fc9c916d3768",
"id": "1a1bc9f3-0c6c-4a05-89c3-b0fc1f027e69",
"ConfigId": "5d194d52-ebf6-4838-8d47-2465b6da2d3d"
}