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-03-11T03:05:40.5314029+00:00",
"SubmitDate": "2026-03-11T03:05:40.5314029+00:00",
"ReportPeriodStart": "2026-03-11T03:05:40.5314029+00:00",
"ReportPeriodEnd": "2026-03-11T03:05:40.5314029+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c9070fd-1120-44ba-b923-6eb06214e6ad",
"Rows": [
{
"ItemId": "243af030-0226-4a69-a5ae-2f639070d578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "243af030-0226-4a69-a5ae-2f639070d578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c9070fd-1120-44ba-b923-6eb06214e6ad",
"Rows": [
{
"ItemId": "243af030-0226-4a69-a5ae-2f639070d578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "243af030-0226-4a69-a5ae-2f639070d578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"80d036af-69a5-4f2e-a05c-2a9fcd1f92cd",
"8e50133f-02f3-4245-82a1-1148c44e0a23"
],
"Approvers": [
"34debc8c-465f-4485-b084-db99565b8197",
"52bba137-f290-45ee-9a0e-9f305721bd5f"
],
"ApprovedBy": "f9131477-7773-4bb7-b3bb-82057333d5e4",
"ApprovalDate": "2026-03-11T03:05:40.5314029+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea8ae02a-2e5d-41ad-9249-5886cac05add",
"id": "5ba6e348-268d-4fe4-9115-6737108eb71b",
"ConfigId": "bb7ecdb6-7d93-4463-aef9-031e47d64495"
}