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-01-09T17:01:19.5889272+00:00",
"SubmitDate": "2026-01-09T17:01:19.5889272+00:00",
"ReportPeriodStart": "2026-01-09T17:01:19.5889272+00:00",
"ReportPeriodEnd": "2026-01-09T17:01:19.5889272+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "53668fc6-03bf-4bcd-b60a-06b634e7ba06",
"Rows": [
{
"ItemId": "a521ccad-4053-4281-a7be-c4d797d4fdf1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a521ccad-4053-4281-a7be-c4d797d4fdf1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "53668fc6-03bf-4bcd-b60a-06b634e7ba06",
"Rows": [
{
"ItemId": "a521ccad-4053-4281-a7be-c4d797d4fdf1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a521ccad-4053-4281-a7be-c4d797d4fdf1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8cb815a-01e6-404f-9524-1eec59f49ebd",
"defe47bf-6285-4ecc-9149-241308b7a72c"
],
"Approvers": [
"14a2e26d-988d-44a2-8003-2efdffcc9692",
"20ab3e39-d6eb-4c34-867f-d5cfbdfdca56"
],
"ApprovedBy": "60f2e1d2-b93e-4ea6-88dd-084eecef6c1d",
"ApprovalDate": "2026-01-09T17:01:19.5889272+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e18b7797-fc85-4001-ad88-0476a61fbe66",
"id": "de7b024f-ec07-4f68-811e-58b33843b586",
"ConfigId": "b9b57995-f0b4-40d4-bb9b-f7fe6b2c48c7"
}