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-07-01T09:54:06.2357265+00:00",
"SubmitDate": "2026-07-01T09:54:06.2357265+00:00",
"ReportPeriodStart": "2026-07-01T09:54:06.2357265+00:00",
"ReportPeriodEnd": "2026-07-01T09:54:06.2357265+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9ebccf7d-c5c0-46d8-a3d4-71ed9e2168e4",
"Rows": [
{
"ItemId": "dc5fe0fd-2760-47a5-8bee-5f21000794a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc5fe0fd-2760-47a5-8bee-5f21000794a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9ebccf7d-c5c0-46d8-a3d4-71ed9e2168e4",
"Rows": [
{
"ItemId": "dc5fe0fd-2760-47a5-8bee-5f21000794a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc5fe0fd-2760-47a5-8bee-5f21000794a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e764bad-b669-48d6-a550-5b1bce02bae0",
"6904f19a-6c22-4305-8085-9bddcfc83e51"
],
"Approvers": [
"e8c2fa3d-003f-4f55-9402-472fc169914b",
"7478d6cf-01f7-4636-8eeb-43a2ae8751f4"
],
"ApprovedBy": "2db78245-5712-4a88-ab7b-d0b267cdc026",
"ApprovalDate": "2026-07-01T09:54:06.2357265+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "59a6fe19-6b9c-4072-b02a-9a642be0b4a9",
"WorkPlanId": "d448d9e8-5a39-4358-b5d9-8baaa258ad49",
"id": "cceafc08-3093-46ac-9572-c3685bfd6829",
"ConfigId": "6ff955bb-0c7a-4715-8db3-5c9190691b12"
}