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-03T20:29:01.3598898+00:00",
"SubmitDate": "2026-07-03T20:29:01.3598898+00:00",
"ReportPeriodStart": "2026-07-03T20:29:01.3598898+00:00",
"ReportPeriodEnd": "2026-07-03T20:29:01.3598898+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c6a993b-4e34-433c-97fc-93254396c871",
"Rows": [
{
"ItemId": "3729d05a-125e-4ddb-b01b-308dc40b2131",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3729d05a-125e-4ddb-b01b-308dc40b2131",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c6a993b-4e34-433c-97fc-93254396c871",
"Rows": [
{
"ItemId": "3729d05a-125e-4ddb-b01b-308dc40b2131",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3729d05a-125e-4ddb-b01b-308dc40b2131",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"938f8926-5db4-4f34-8475-08d1fcb994f3",
"b0900b7e-f7a1-4d63-9e93-acc4a7219f39"
],
"Approvers": [
"f1bd805c-c6ad-43aa-953f-af9c44020e3b",
"44c11898-1cf4-4769-b851-5a555ab15148"
],
"ApprovedBy": "5962b2a3-ad70-4cf7-8067-96f8192599b1",
"ApprovalDate": "2026-07-03T20:29:01.3598898+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "115c11a3-bbdd-4c86-b06d-0d9e4621eaf0",
"WorkPlanId": "79191b39-381b-4cf9-b899-6a288d856c3a",
"id": "97c4feaf-a37a-4bbf-b5b4-39fb2ff5946b",
"ConfigId": "134e2ad4-868f-414d-af0f-ca1a4b842667"
}