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-18T15:43:09.8905256+00:00",
"SubmitDate": "2026-08-18T15:43:09.8905256+00:00",
"ReportPeriodStart": "2026-08-18T15:43:09.8905256+00:00",
"ReportPeriodEnd": "2026-08-18T15:43:09.8905256+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90a1e3cd-e61b-405c-8134-37ff8b88c524",
"Rows": [
{
"ItemId": "2f27b5eb-dd37-4264-ac50-a0982f328972",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f27b5eb-dd37-4264-ac50-a0982f328972",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90a1e3cd-e61b-405c-8134-37ff8b88c524",
"Rows": [
{
"ItemId": "2f27b5eb-dd37-4264-ac50-a0982f328972",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f27b5eb-dd37-4264-ac50-a0982f328972",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2c583543-7d83-4072-b14a-41883d3e66c6",
"dcbfb143-c8f9-4847-827f-14210df29892"
],
"Approvers": [
"ff199d78-aa9c-4042-a018-50dafc0fe623",
"38c1c6cc-3af8-469f-8081-275786f89350"
],
"ApprovedBy": "18e0d93a-1861-4baa-ace3-0d4f4c8049db",
"ApprovalDate": "2026-08-18T15:43:09.8905256+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "03104efe-91a3-4f3d-9a0c-99db28c26847",
"WorkPlanId": "86ae26be-53b5-4375-8978-ebf1ce6e7301",
"id": "944cdfdb-601e-4a35-bde0-d868e9c4e8a8",
"ConfigId": "19fec23d-27a5-483a-a281-18fdbd8908e1"
}