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-09T16:08:21.8345872+00:00",
"SubmitDate": "2026-05-09T16:08:21.8345872+00:00",
"ReportPeriodStart": "2026-05-09T16:08:21.8345872+00:00",
"ReportPeriodEnd": "2026-05-09T16:08:21.8345872+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b03ebc02-b980-4a76-b6ce-4e7ed6a86b5a",
"Rows": [
{
"ItemId": "38691f69-d1d8-41da-b2bf-8f9a75815f90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38691f69-d1d8-41da-b2bf-8f9a75815f90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b03ebc02-b980-4a76-b6ce-4e7ed6a86b5a",
"Rows": [
{
"ItemId": "38691f69-d1d8-41da-b2bf-8f9a75815f90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38691f69-d1d8-41da-b2bf-8f9a75815f90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f6c0971b-f984-4ce1-b113-b0d375fe648a",
"d8fad0bd-4c33-495a-9aa8-8738b8e8526d"
],
"Approvers": [
"958c25f0-65c1-4cc5-89b5-0ddf32ab0646",
"68fec323-8e15-4182-b370-d4e8f01fcb6c"
],
"ApprovedBy": "4c50f8fe-acd8-460e-929f-f194ac293888",
"ApprovalDate": "2026-05-09T16:08:21.8345872+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6ed0f81a-1e08-4829-b9bb-54faa2a0838d",
"id": "0779f8e4-af1d-45d0-b515-0e4e427d4131",
"ConfigId": "647025e2-38c4-48bd-b031-fb75c6471f01"
}