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-03-11T16:08:58.7879671+00:00",
"SubmitDate": "2026-03-11T16:08:58.7879671+00:00",
"ReportPeriodStart": "2026-03-11T16:08:58.7879671+00:00",
"ReportPeriodEnd": "2026-03-11T16:08:58.7879671+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa8def2c-26b9-4f02-9dcb-1d2ba9c32920",
"Rows": [
{
"ItemId": "745b506c-2662-4a58-a1b0-9c4efbc2eba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "745b506c-2662-4a58-a1b0-9c4efbc2eba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa8def2c-26b9-4f02-9dcb-1d2ba9c32920",
"Rows": [
{
"ItemId": "745b506c-2662-4a58-a1b0-9c4efbc2eba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "745b506c-2662-4a58-a1b0-9c4efbc2eba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ab1b7356-e45d-4732-93ff-2c9cd499d89a",
"cbcced46-cb7a-49c0-b110-565f946e54a4"
],
"Approvers": [
"1b960773-ebd4-42d4-82b3-6d7b3f0b42fa",
"784d9d29-fb64-48f5-91f4-bb369930d467"
],
"ApprovedBy": "69fe7a79-8eb0-401d-b826-2fec7d7ef5db",
"ApprovalDate": "2026-03-11T16:08:58.7879671+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1148cd09-cfc9-4486-9988-575e3e1212b2",
"id": "cc621ef2-5648-49a0-9c7d-a8ebbb25484b",
"ConfigId": "49d3bdc4-ab7d-40f7-b08a-2a09615e879f"
}