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-22T20:27:14.729302+00:00",
"SubmitDate": "2026-08-22T20:27:14.729302+00:00",
"ReportPeriodStart": "2026-08-22T20:27:14.729302+00:00",
"ReportPeriodEnd": "2026-08-22T20:27:14.729302+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9eb58017-e921-415c-bbc6-5cc044faf0d3",
"Rows": [
{
"ItemId": "beb4f6f0-ffda-407e-9804-ae17573c5e93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "beb4f6f0-ffda-407e-9804-ae17573c5e93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9eb58017-e921-415c-bbc6-5cc044faf0d3",
"Rows": [
{
"ItemId": "beb4f6f0-ffda-407e-9804-ae17573c5e93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "beb4f6f0-ffda-407e-9804-ae17573c5e93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"de69a0c0-7549-4781-a90d-2d7f60c05d1a",
"1629e3b6-a395-48b2-80b6-7d9acd440b2f"
],
"Approvers": [
"51696af3-4b85-4232-a048-06dba4252975",
"7dfb86aa-24db-494c-9463-5cf779be25c5"
],
"ApprovedBy": "c1a23099-cb30-4d92-9f1a-330d82b3fc7d",
"ApprovalDate": "2026-08-22T20:27:14.729302+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0f1f554e-0e08-4818-8f3b-a43bfe96ac83",
"WorkPlanId": "cc5ee06e-5278-41d1-8606-3e1ab3ec4e3f",
"id": "aadb76aa-649b-4d77-a3e9-1d416a362415",
"ConfigId": "1909bdaa-8604-41c5-8e7f-7ca26d0be64f"
}