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-12T19:54:01.4053954+00:00",
"SubmitDate": "2026-09-12T19:54:01.4053954+00:00",
"ReportPeriodStart": "2026-09-12T19:54:01.4053954+00:00",
"ReportPeriodEnd": "2026-09-12T19:54:01.4053954+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "17fe7b84-69bb-4d89-8674-46e2c6ca09ba",
"Rows": [
{
"ItemId": "55cf7179-87e2-4560-a5c6-c19cf67b39e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55cf7179-87e2-4560-a5c6-c19cf67b39e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "17fe7b84-69bb-4d89-8674-46e2c6ca09ba",
"Rows": [
{
"ItemId": "55cf7179-87e2-4560-a5c6-c19cf67b39e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55cf7179-87e2-4560-a5c6-c19cf67b39e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6c6e307a-56f6-4aa3-9308-b934072b84c1",
"b0ad1b01-b6af-48c0-95af-fb636ce276d4"
],
"Approvers": [
"4497309b-99aa-4e01-bd52-3d57bc87e599",
"d6d38c2c-db45-4dd9-8086-cddd86ce7baf"
],
"ApprovedBy": "545cd56b-18b1-4298-8758-d91ae6d9e650",
"ApprovalDate": "2026-09-12T19:54:01.4053954+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c1ad81d1-215f-48cd-8eeb-7fc743d233df",
"WorkPlanId": "beedaa73-faa1-4d88-a220-1d5f05b87e4e",
"id": "a8dbc1ab-2fb9-429a-9584-ab178b042cd3",
"ConfigId": "6e7428b9-8719-44cc-9641-a3f8dec80f8f"
}