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-06-24T13:11:48.5972136+00:00",
"SubmitDate": "2026-06-24T13:11:48.5972136+00:00",
"ReportPeriodStart": "2026-06-24T13:11:48.5972136+00:00",
"ReportPeriodEnd": "2026-06-24T13:11:48.5972136+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3bda5499-0887-42cf-8c31-1c15d60a293a",
"Rows": [
{
"ItemId": "8ed162fe-153b-426e-9f48-26cf28d7fcb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8ed162fe-153b-426e-9f48-26cf28d7fcb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3bda5499-0887-42cf-8c31-1c15d60a293a",
"Rows": [
{
"ItemId": "8ed162fe-153b-426e-9f48-26cf28d7fcb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8ed162fe-153b-426e-9f48-26cf28d7fcb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8077f0d1-a063-45df-a445-9c740665a786",
"483363a2-259c-4ea9-ba26-5f09b416c9b3"
],
"Approvers": [
"770ae2d1-ecbb-45d3-9e6b-906fc55decbd",
"27203db4-abeb-4142-b0b4-e93e09c533cf"
],
"ApprovedBy": "3088db14-e875-4736-b6a9-a43a89db9ba9",
"ApprovalDate": "2026-06-24T13:11:48.5972136+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "66fa3f66-787c-428b-b354-0fe46ad255e8",
"id": "629c91df-896c-45ae-9a46-969b07bbccbb",
"ConfigId": "f83ac600-18a6-4de6-a1d0-f5485ec08ce7"
}