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-16T22:41:36.0730589+00:00",
"SubmitDate": "2026-02-16T22:41:36.0730589+00:00",
"ReportPeriodStart": "2026-02-16T22:41:36.0730589+00:00",
"ReportPeriodEnd": "2026-02-16T22:41:36.0730589+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3af98654-c071-4313-8373-a17e5edb3413",
"Rows": [
{
"ItemId": "468d3207-7955-412d-bfc2-21855058a1a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "468d3207-7955-412d-bfc2-21855058a1a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3af98654-c071-4313-8373-a17e5edb3413",
"Rows": [
{
"ItemId": "468d3207-7955-412d-bfc2-21855058a1a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "468d3207-7955-412d-bfc2-21855058a1a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4e70bf05-f6f2-4437-84ad-1596b3de8a6f",
"12d7e205-215d-40f7-b54b-aca9f32fb911"
],
"Approvers": [
"cfe2803c-0b85-4a01-95d3-219043c505c0",
"32145c63-4958-448d-9268-a9feaf6168ff"
],
"ApprovedBy": "71055815-ad1f-4c74-8ac3-c59b34ebec08",
"ApprovalDate": "2026-02-16T22:41:36.0730589+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dae82e77-0d17-4a8f-82aa-cd9d10bcb2f5",
"id": "f2e90acf-ddc3-4c9e-9ca1-a39eee264898",
"ConfigId": "5297dba1-60f5-48a9-8adb-111881bd61ee"
}