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-07T22:16:11.9076924+00:00",
"SubmitDate": "2026-05-07T22:16:11.9076924+00:00",
"ReportPeriodStart": "2026-05-07T22:16:11.9076924+00:00",
"ReportPeriodEnd": "2026-05-07T22:16:11.9076924+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a6bf73b-ae11-4c68-a620-2c480c669cb0",
"Rows": [
{
"ItemId": "9dadd90b-2444-4f28-8c4b-898421c34142",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9dadd90b-2444-4f28-8c4b-898421c34142",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a6bf73b-ae11-4c68-a620-2c480c669cb0",
"Rows": [
{
"ItemId": "9dadd90b-2444-4f28-8c4b-898421c34142",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9dadd90b-2444-4f28-8c4b-898421c34142",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bf45989e-371c-43fe-bc7d-c33f6a5e2abd",
"9b3ecf35-8b60-40d0-a68d-eb3fc6f030f1"
],
"Approvers": [
"09fd6ccf-c0a1-4c9d-bcd8-5881d9042a65",
"018fd77a-ae0f-4e99-9d95-431c6eea9058"
],
"ApprovedBy": "59f11deb-de33-40c8-9c87-4ab2a05db5be",
"ApprovalDate": "2026-05-07T22:16:11.9076924+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "61c24cf7-ecd1-4544-9dd4-72954710c2d5",
"id": "56ea0f1b-62e9-478f-918e-515463ab528f",
"ConfigId": "c8e49f90-bcb9-45f0-8b0a-52da3b83a90e"
}