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-04-18T16:40:39.6663408+00:00",
"SubmitDate": "2026-04-18T16:40:39.6663408+00:00",
"ReportPeriodStart": "2026-04-18T16:40:39.6663408+00:00",
"ReportPeriodEnd": "2026-04-18T16:40:39.6663408+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "41d8b998-18a6-4a7e-864d-71610bce8527",
"Rows": [
{
"ItemId": "998e6400-4b53-4eac-87ae-6d04b60b10cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "998e6400-4b53-4eac-87ae-6d04b60b10cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "41d8b998-18a6-4a7e-864d-71610bce8527",
"Rows": [
{
"ItemId": "998e6400-4b53-4eac-87ae-6d04b60b10cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "998e6400-4b53-4eac-87ae-6d04b60b10cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d526d2cb-19f1-4adf-afc3-9c0c40e1bc2c",
"b4040bec-562e-4f3f-95e7-2e07ba1fa905"
],
"Approvers": [
"b267050e-a6d9-4dac-83de-cbe1f80328b9",
"932beeeb-589d-4516-aa40-845566dbaa2c"
],
"ApprovedBy": "fa4c109b-9bb7-4173-9d19-dc76114fe453",
"ApprovalDate": "2026-04-18T16:40:39.6663408+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9bc5409a-940b-43d9-8b91-6695e9554fea",
"id": "69966131-8a7b-45f3-9249-7b5c5a4ffb25",
"ConfigId": "633e22db-d03f-4af9-89dc-7cb6e25e1d14"
}