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-04-30T06:27:28.3429735+00:00",
"SubmitDate": "2026-04-30T06:27:28.3429735+00:00",
"ReportPeriodStart": "2026-04-30T06:27:28.3429735+00:00",
"ReportPeriodEnd": "2026-04-30T06:27:28.3429735+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "849934f7-aa5b-48aa-be51-5f010d61385c",
"Rows": [
{
"ItemId": "f792aa21-d84f-41ec-8485-bae6dac2fda5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f792aa21-d84f-41ec-8485-bae6dac2fda5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "849934f7-aa5b-48aa-be51-5f010d61385c",
"Rows": [
{
"ItemId": "f792aa21-d84f-41ec-8485-bae6dac2fda5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f792aa21-d84f-41ec-8485-bae6dac2fda5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c14050ef-9aa4-4ee2-a610-8f80b84201ae",
"c4c65892-c36e-4bbb-9d14-6264e6fda64e"
],
"Approvers": [
"169987cd-f7ae-48ff-8b7a-2551ddeb2500",
"8cc27026-b1de-402d-a8d3-d949431f01be"
],
"ApprovedBy": "de9e8d89-1b66-4dc3-8917-bc34ce0918af",
"ApprovalDate": "2026-04-30T06:27:28.3586014+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6542757e-ed3e-42a7-86eb-cbbc35f23a98",
"id": "024ae355-e381-4288-b8e1-96ff59b2ee5c",
"ConfigId": "eb93432e-fed2-46e9-9675-d6e0161d3638"
}