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-04-27T23:25:16.1960438+00:00",
"SubmitDate": "2026-04-27T23:25:16.1960438+00:00",
"ReportPeriodStart": "2026-04-27T23:25:16.1960438+00:00",
"ReportPeriodEnd": "2026-04-27T23:25:16.1960438+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a144a907-1f9d-4ff8-8fc6-77645d8650a2",
"Rows": [
{
"ItemId": "d65ec78f-1357-4c3a-9e9a-ee763deee99a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d65ec78f-1357-4c3a-9e9a-ee763deee99a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a144a907-1f9d-4ff8-8fc6-77645d8650a2",
"Rows": [
{
"ItemId": "d65ec78f-1357-4c3a-9e9a-ee763deee99a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d65ec78f-1357-4c3a-9e9a-ee763deee99a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5173f18a-e8c3-459e-b578-4f1b30689f64",
"c7e49492-09f9-46d1-bb42-6a445195f52c"
],
"Approvers": [
"73a16f3f-bbb2-432f-ab58-182c1d81de28",
"4c0f87d8-7736-4e17-9bf0-f7ebb6870c16"
],
"ApprovedBy": "0d9b4397-e690-4e5f-b382-a84d0ddb527f",
"ApprovalDate": "2026-04-27T23:25:16.1960438+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "97023aec-4672-48e3-bebe-6bc476f51ef9",
"id": "aebb8425-164f-4336-8b5c-233f7435480d",
"ConfigId": "7130c37a-ec21-47d7-bf50-912fc47a1626"
}