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-05-30T17:02:44.7924049+00:00",
"SubmitDate": "2026-05-30T17:02:44.7924049+00:00",
"ReportPeriodStart": "2026-05-30T17:02:44.7924049+00:00",
"ReportPeriodEnd": "2026-05-30T17:02:44.7924049+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "84c395ee-de41-44d9-aede-46c9292aca75",
"Rows": [
{
"ItemId": "1c21858b-b119-40b5-94b4-d7d7d5de6af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c21858b-b119-40b5-94b4-d7d7d5de6af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "84c395ee-de41-44d9-aede-46c9292aca75",
"Rows": [
{
"ItemId": "1c21858b-b119-40b5-94b4-d7d7d5de6af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c21858b-b119-40b5-94b4-d7d7d5de6af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23191144-ebc2-48fe-965e-fc20b67dbda9",
"73204107-1c59-4e53-b474-d990c87b46bb"
],
"Approvers": [
"59d28276-a1d8-46be-9b7d-57a57244d50c",
"c76322dc-06dc-44ad-b032-0c3d36ce0a12"
],
"ApprovedBy": "a0debc82-16c4-48b7-b55e-79fe14e3e8f2",
"ApprovalDate": "2026-05-30T17:02:44.8080117+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b9d91ab-5f6d-4820-84a5-b27d4709bd91",
"id": "e7341404-7191-4ab9-928b-335fb0339308",
"ConfigId": "f1be40ba-7105-4542-b8d0-ea0f42cdf95b"
}