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-14T07:51:02.845023+00:00",
"SubmitDate": "2026-07-14T07:51:02.845023+00:00",
"ReportPeriodStart": "2026-07-14T07:51:02.845023+00:00",
"ReportPeriodEnd": "2026-07-14T07:51:02.845023+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9e65cf28-6fc6-40f6-88c3-e0a40e2b3b95",
"Rows": [
{
"ItemId": "57aaea0e-72d2-449f-93c5-296789660314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57aaea0e-72d2-449f-93c5-296789660314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9e65cf28-6fc6-40f6-88c3-e0a40e2b3b95",
"Rows": [
{
"ItemId": "57aaea0e-72d2-449f-93c5-296789660314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57aaea0e-72d2-449f-93c5-296789660314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb1d55fc-9aaf-4676-ad06-9746c61abd7d",
"8fbf10d6-906d-4014-aa90-b16010828206"
],
"Approvers": [
"04b2de42-0c0f-4088-b89a-cc5ce37a5d78",
"3d130aeb-dc4a-4fa8-9bba-f4c5cac158df"
],
"ApprovedBy": "b003d6c3-ac8e-47cf-96ac-5382e8be609a",
"ApprovalDate": "2026-07-14T07:51:02.845023+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "49f20f70-4c9f-4159-b01b-b78a013be820",
"WorkPlanId": "958681c3-aa18-4ae9-a91d-14c590e66398",
"id": "2599c470-6ecc-4229-9d16-3c7e40eb1ea8",
"ConfigId": "d76933ea-d6a8-433d-be42-f945d80918c9"
}