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-04T02:29:07.0063833+00:00",
"SubmitDate": "2026-09-04T02:29:07.0063833+00:00",
"ReportPeriodStart": "2026-09-04T02:29:07.0063833+00:00",
"ReportPeriodEnd": "2026-09-04T02:29:07.0063833+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3ec5d3b4-a5aa-4f6c-b266-ea3151bc356c",
"Rows": [
{
"ItemId": "f12be28e-7e65-4657-9ebc-6e9461e02b3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f12be28e-7e65-4657-9ebc-6e9461e02b3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3ec5d3b4-a5aa-4f6c-b266-ea3151bc356c",
"Rows": [
{
"ItemId": "f12be28e-7e65-4657-9ebc-6e9461e02b3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f12be28e-7e65-4657-9ebc-6e9461e02b3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71acf2a7-e0dc-49f5-a5d6-6fea3377f6e6",
"e5d17b81-c53a-4c7d-977e-59cfafe7ff53"
],
"Approvers": [
"fa263acd-08ea-47f9-a783-fd6e3cb59913",
"73f4090a-2822-4bf6-9b2d-c0e8b7798e9f"
],
"ApprovedBy": "5743045d-db59-4ecc-b513-02485e213534",
"ApprovalDate": "2026-09-04T02:29:07.0063833+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f70b78c3-1027-43c4-ac0e-81dde7e5da5a",
"WorkPlanId": "09774601-eb0b-4bbd-9538-f321385b23e2",
"id": "beb46362-a242-4dab-8d45-f16d0ee5113e",
"ConfigId": "44a5c7db-0901-4c43-ad6a-5fd016b31f8d"
}