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-02-12T23:38:11.4969155+00:00",
"SubmitDate": "2026-02-12T23:38:11.4969155+00:00",
"ReportPeriodStart": "2026-02-12T23:38:11.4969155+00:00",
"ReportPeriodEnd": "2026-02-12T23:38:11.4969155+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a57ab620-888b-4fbc-959e-2bcbde10abb1",
"Rows": [
{
"ItemId": "a1c7f135-952e-4e6b-a18e-07aea4670bbe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a1c7f135-952e-4e6b-a18e-07aea4670bbe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a57ab620-888b-4fbc-959e-2bcbde10abb1",
"Rows": [
{
"ItemId": "a1c7f135-952e-4e6b-a18e-07aea4670bbe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a1c7f135-952e-4e6b-a18e-07aea4670bbe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"29b0766b-9be5-473a-acba-a06fcfb412eb",
"23a45579-080b-44e2-977b-aa09b0a47ec0"
],
"Approvers": [
"a34c0c45-8a56-40c8-b896-03a33e41b189",
"c0faff60-481c-455a-98e0-280f051d1f15"
],
"ApprovedBy": "d5165314-84db-4fc0-a4c9-a2fee8758e40",
"ApprovalDate": "2026-02-12T23:38:11.4969155+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f5627b47-cead-4dcb-8aed-39488e013ac2",
"id": "fa244fec-46ae-45d7-9cb8-c663c30e8973",
"ConfigId": "d2b47989-3f4d-48dd-b8db-5bba63c477d3"
}