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-05T16:26:48.1642628+00:00",
"SubmitDate": "2026-06-05T16:26:48.1642628+00:00",
"ReportPeriodStart": "2026-06-05T16:26:48.1642628+00:00",
"ReportPeriodEnd": "2026-06-05T16:26:48.1642628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f91149f-4de3-47ae-a2ff-9a82d46f632d",
"Rows": [
{
"ItemId": "7514af4d-0f72-4d64-ad18-a5505e73ba14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7514af4d-0f72-4d64-ad18-a5505e73ba14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f91149f-4de3-47ae-a2ff-9a82d46f632d",
"Rows": [
{
"ItemId": "7514af4d-0f72-4d64-ad18-a5505e73ba14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7514af4d-0f72-4d64-ad18-a5505e73ba14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"98bdcc46-391a-4032-8028-2db1a0ea55fe",
"e1ec7d65-aa05-4a8e-8aae-fbb629ff5122"
],
"Approvers": [
"c5aaa5d4-62af-485b-a2e0-8e1b4148b1b1",
"47fdc935-4da2-4255-970a-aef7c32f0095"
],
"ApprovedBy": "dc208eff-a07c-46dc-b430-23a9120b3e07",
"ApprovalDate": "2026-06-05T16:26:48.1642628+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "12d789cd-54ba-4eed-b06e-58544b1e643b",
"id": "1f6d4481-2478-40cc-8da5-c67910bfd300",
"ConfigId": "8d09d02f-85d9-4bdb-89b9-bc668ceefea0"
}