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-19T01:21:13.633598+00:00",
"SubmitDate": "2026-09-19T01:21:13.633598+00:00",
"ReportPeriodStart": "2026-09-19T01:21:13.633598+00:00",
"ReportPeriodEnd": "2026-09-19T01:21:13.633598+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f0d6af69-8b66-4293-b328-93ed41211e2f",
"Rows": [
{
"ItemId": "6e08fffa-5bb8-419c-b709-d7ced69d0689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e08fffa-5bb8-419c-b709-d7ced69d0689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f0d6af69-8b66-4293-b328-93ed41211e2f",
"Rows": [
{
"ItemId": "6e08fffa-5bb8-419c-b709-d7ced69d0689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e08fffa-5bb8-419c-b709-d7ced69d0689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4b43aaa2-12ed-4784-9c57-fbe7a722cc26",
"45c24aa2-38d0-4754-a1d2-0601496b5ad8"
],
"Approvers": [
"91320fb8-a3bd-47b0-91b2-a7216071e28e",
"268ccb10-051b-4b53-a509-e0a06740d239"
],
"ApprovedBy": "b8ab4459-a392-464a-845c-2989dbb3adbb",
"ApprovalDate": "2026-09-19T01:21:13.633598+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d1a5c2ee-d48d-4887-901e-318ee151c304",
"WorkPlanId": "a2a6115a-4035-44d5-ad60-c40ab2cfc6f7",
"id": "058828c6-7fac-4063-aa06-861b71049d3e",
"ConfigId": "c6d6d62e-b063-4329-8049-9fb1e9f26ef5"
}