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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-02-07T23:52:28.6602167+00:00",
"SubmitDate": "2026-02-07T23:52:28.6602167+00:00",
"ReportPeriodStart": "2026-02-07T23:52:28.6602167+00:00",
"ReportPeriodEnd": "2026-02-07T23:52:28.6602167+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "97511f8e-412a-439b-aee8-8ad3c58c1443",
"Rows": [
{
"ItemId": "e804e67a-3a0d-40d0-99af-ba4a396890bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e804e67a-3a0d-40d0-99af-ba4a396890bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "97511f8e-412a-439b-aee8-8ad3c58c1443",
"Rows": [
{
"ItemId": "e804e67a-3a0d-40d0-99af-ba4a396890bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e804e67a-3a0d-40d0-99af-ba4a396890bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"692faa0d-7a0a-43f0-a562-f193fdfe9d27",
"9b0acd29-39c8-47b1-b921-493e55843c56"
],
"Approvers": [
"a32e4ca4-f9bb-49f0-9a03-0bf45f454b4c",
"ae3a74a4-b029-4936-b1c3-9cc23b241e1d"
],
"ApprovedBy": "903badfc-62ce-4803-94d0-88ae23c2fb46",
"ApprovalDate": "2026-02-07T23:52:28.6602167+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ff60c005-ee7b-42b0-bdb0-dbbaf4260771",
"id": "89fccf27-6649-48bf-8a16-fd339ecdd59d",
"ConfigId": "470ae5a0-8218-4cf5-8c86-8ab80cc5ff2e"
}