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-08T22:24:23.6563796+00:00",
"SubmitDate": "2026-05-08T22:24:23.6563796+00:00",
"ReportPeriodStart": "2026-05-08T22:24:23.6563796+00:00",
"ReportPeriodEnd": "2026-05-08T22:24:23.6563796+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1371463e-337b-4fd6-9e3b-42b5cfb47874",
"Rows": [
{
"ItemId": "38f945f4-93d6-4e7f-9f96-09fb017c3b1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38f945f4-93d6-4e7f-9f96-09fb017c3b1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1371463e-337b-4fd6-9e3b-42b5cfb47874",
"Rows": [
{
"ItemId": "38f945f4-93d6-4e7f-9f96-09fb017c3b1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38f945f4-93d6-4e7f-9f96-09fb017c3b1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"44b23245-d070-42d5-8add-51c79c4cfc05",
"48d99066-3a84-4c09-ac1a-47357c2a0f1a"
],
"Approvers": [
"3596591a-e734-4a81-8076-8af2a8836944",
"6d474dbd-fcc4-4399-a38a-63995cded0cb"
],
"ApprovedBy": "90458841-bcf1-4959-9cea-912821e58d9f",
"ApprovalDate": "2026-05-08T22:24:23.6720053+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fa579fc7-efd7-4103-9c02-8691a127c39f",
"id": "d61111ac-f79a-4607-afd0-b3a4d279459d",
"ConfigId": "b45956b4-4c6f-4bc8-b990-7edfb7f7bd56"
}