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-08T07:17:37.1997355+00:00",
"SubmitDate": "2026-08-08T07:17:37.1997355+00:00",
"ReportPeriodStart": "2026-08-08T07:17:37.1997355+00:00",
"ReportPeriodEnd": "2026-08-08T07:17:37.1997355+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cf1a47eb-961b-44f5-84cf-f3167906603b",
"Rows": [
{
"ItemId": "f61911be-1c06-42d0-97c2-8db699033756",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f61911be-1c06-42d0-97c2-8db699033756",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cf1a47eb-961b-44f5-84cf-f3167906603b",
"Rows": [
{
"ItemId": "f61911be-1c06-42d0-97c2-8db699033756",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f61911be-1c06-42d0-97c2-8db699033756",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71b3b2df-d8ae-42fc-9116-42ef16f5266d",
"f66f79d9-cad2-471a-862e-3a78c558e05e"
],
"Approvers": [
"8ccab803-b415-4128-b0df-5d0ac2675f2a",
"bf6c889c-2f12-4d7a-9bf5-1f6369624427"
],
"ApprovedBy": "4ef98f51-ff07-4a4c-9c42-158776a96b0e",
"ApprovalDate": "2026-08-08T07:17:37.1997355+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ae3349ca-84fb-4525-b331-da932778c07e",
"WorkPlanId": "7a6347df-78e4-497a-82ff-3e549d3b1c4d",
"id": "7e5dc175-bb21-4472-9d12-1c6fa4588c20",
"ConfigId": "8657c218-436a-40df-a0a5-8aa89a946e0e"
}