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-09T04:26:32.4383242+00:00",
"SubmitDate": "2026-07-09T04:26:32.4383242+00:00",
"ReportPeriodStart": "2026-07-09T04:26:32.4383242+00:00",
"ReportPeriodEnd": "2026-07-09T04:26:32.4383242+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e986a6d9-7606-4df0-b1ac-e9019115a19c",
"Rows": [
{
"ItemId": "7acd1988-4f02-44a4-9d64-f6e1ffac909c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7acd1988-4f02-44a4-9d64-f6e1ffac909c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e986a6d9-7606-4df0-b1ac-e9019115a19c",
"Rows": [
{
"ItemId": "7acd1988-4f02-44a4-9d64-f6e1ffac909c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7acd1988-4f02-44a4-9d64-f6e1ffac909c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"07aca16d-4496-435a-9c19-f2fe95a3ab25",
"b5a7d2fb-75a4-4809-8064-2953b3d77322"
],
"Approvers": [
"67c186a8-c512-4a8d-9501-a9ef762062a8",
"848a34fe-9fcb-472f-a442-78becbcc3bfd"
],
"ApprovedBy": "e8286462-c3d2-4701-9c79-0bd0ebfb0b97",
"ApprovalDate": "2026-07-09T04:26:32.4383242+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f7e64824-2d8a-4417-955d-4f54b872e709",
"WorkPlanId": "e417c10c-f1a0-4e53-8a8a-b2fcbfd4b2ae",
"id": "0c504e0c-470d-409d-98e6-fa6bedf25de9",
"ConfigId": "7c864236-f734-4f09-9d2a-29ae4a2e94b8"
}