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-24T09:40:28.8930662+00:00",
"SubmitDate": "2026-09-24T09:40:28.8930662+00:00",
"ReportPeriodStart": "2026-09-24T09:40:28.8930662+00:00",
"ReportPeriodEnd": "2026-09-24T09:40:28.8930662+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e8d1b2e5-824a-405e-9c3f-690672ecf4b5",
"Rows": [
{
"ItemId": "3642e714-dfd3-41b6-81e7-9d969c1006ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3642e714-dfd3-41b6-81e7-9d969c1006ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e8d1b2e5-824a-405e-9c3f-690672ecf4b5",
"Rows": [
{
"ItemId": "3642e714-dfd3-41b6-81e7-9d969c1006ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3642e714-dfd3-41b6-81e7-9d969c1006ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b6c4da34-a7cc-4b83-a4c5-1ef32cdf6ffe",
"8c99b553-9042-40e2-bcc0-afe253ea9f62"
],
"Approvers": [
"0343f2d4-191c-4aca-b929-e01a5b83e74b",
"95d99b6b-0f54-44f4-9f87-3289ee64e76a"
],
"ApprovedBy": "d018a487-39ed-4475-a852-7d7e7e1d32c6",
"ApprovalDate": "2026-09-24T09:40:28.8930662+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4ca7ce97-06de-4fc7-90a7-990abad9dffd",
"WorkPlanId": "63a8681d-7162-4c79-bcf2-02fbb10af599",
"id": "52e2963e-8781-44b5-a93c-dad993702c7c",
"ConfigId": "fb3e1b49-af2f-442d-92b7-ce83989f9cee"
}