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-12T15:57:46.0263352+00:00",
"SubmitDate": "2026-09-12T15:57:46.0263352+00:00",
"ReportPeriodStart": "2026-09-12T15:57:46.0263352+00:00",
"ReportPeriodEnd": "2026-09-12T15:57:46.0263352+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3c1f9b6c-329f-40ec-b012-186eb0ad4a04",
"Rows": [
{
"ItemId": "679b25cd-871a-496e-aef9-fe395aca7880",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "679b25cd-871a-496e-aef9-fe395aca7880",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3c1f9b6c-329f-40ec-b012-186eb0ad4a04",
"Rows": [
{
"ItemId": "679b25cd-871a-496e-aef9-fe395aca7880",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "679b25cd-871a-496e-aef9-fe395aca7880",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c80590a1-4915-4db8-87ac-67a71affa350",
"82eaee39-3c23-445f-bb4f-98726cf596f5"
],
"Approvers": [
"6e27448b-a2c8-4310-aaa4-2bddf29d33cb",
"ecb8bdc3-cbc6-4866-8dde-86157b9826a6"
],
"ApprovedBy": "b6a0d620-4262-4dc0-83e9-9efc51b525cf",
"ApprovalDate": "2026-09-12T15:57:46.0263352+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "da0ee052-6661-4a9c-9fdf-e4560427d1fe",
"WorkPlanId": "baf128cd-3e1e-446a-885b-fe620b746703",
"id": "96c46e52-76da-42f2-be5c-f627dc90747f",
"ConfigId": "0abfa3a8-b7cb-4862-822d-38b956f64f41"
}