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-09-05T17:11:53.8581449+00:00",
"SubmitDate": "2026-09-05T17:11:53.8581449+00:00",
"ReportPeriodStart": "2026-09-05T17:11:53.8581449+00:00",
"ReportPeriodEnd": "2026-09-05T17:11:53.8581449+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2336d219-60a6-4e4c-ba19-a7c2fc70e191",
"Rows": [
{
"ItemId": "a74a098e-40b9-4fe9-ab89-5668193dca9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a74a098e-40b9-4fe9-ab89-5668193dca9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2336d219-60a6-4e4c-ba19-a7c2fc70e191",
"Rows": [
{
"ItemId": "a74a098e-40b9-4fe9-ab89-5668193dca9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a74a098e-40b9-4fe9-ab89-5668193dca9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c62d48a3-4b66-459e-90c8-a536304cf0cb",
"37e32836-fd4c-4118-98d0-88d1e92e86d1"
],
"Approvers": [
"923b46d6-9f12-4286-825c-2a4e10dd8cbe",
"eee5383a-7ff6-4cb1-bdc9-5e78c1c50354"
],
"ApprovedBy": "1de31731-9a91-46cf-874c-dc7a73c28be3",
"ApprovalDate": "2026-09-05T17:11:53.8581449+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "83e0604d-6092-4e5f-99ee-770d9efb39cd",
"WorkPlanId": "3822aa1a-bdc1-46bb-bbb4-9699dc315a37",
"id": "ca917e81-3036-4312-8923-47f1809068a3",
"ConfigId": "fab696b3-27f7-4f74-a464-785e0a8e66ae"
}