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-23T16:10:14.7308724+00:00",
"SubmitDate": "2026-05-23T16:10:14.7308724+00:00",
"ReportPeriodStart": "2026-05-23T16:10:14.7308724+00:00",
"ReportPeriodEnd": "2026-05-23T16:10:14.7308724+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9df7228a-ab91-4477-b38f-45abedcf2976",
"Rows": [
{
"ItemId": "b88b077f-1395-43aa-a270-dc1e64cf2a41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b88b077f-1395-43aa-a270-dc1e64cf2a41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9df7228a-ab91-4477-b38f-45abedcf2976",
"Rows": [
{
"ItemId": "b88b077f-1395-43aa-a270-dc1e64cf2a41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b88b077f-1395-43aa-a270-dc1e64cf2a41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ca470ae8-de05-4810-9d7a-c084f3e6a120",
"cc721380-3b07-40bc-9181-4db128bc7ee3"
],
"Approvers": [
"4ec0dbb9-e198-4ea6-b1b1-3eb81deec1a8",
"7dd2e468-59e8-4c06-9a85-5ace542ed0fc"
],
"ApprovedBy": "8ab24470-50e3-4e82-b056-02b173738355",
"ApprovalDate": "2026-05-23T16:10:14.7308724+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "519a7928-fc7a-461a-ac24-09dace202a02",
"id": "659404a1-4bef-4866-860b-30b8aeeb173f",
"ConfigId": "4db0edb7-6697-46e6-a089-a07cff67e0bb"
}