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-28T02:05:19.3830085+00:00",
"SubmitDate": "2026-05-28T02:05:19.3830085+00:00",
"ReportPeriodStart": "2026-05-28T02:05:19.3830085+00:00",
"ReportPeriodEnd": "2026-05-28T02:05:19.3830085+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a53a9410-a5b8-422e-99e5-e523a5e2d459",
"Rows": [
{
"ItemId": "52b2771c-2fd9-438e-be46-074c9e369acf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52b2771c-2fd9-438e-be46-074c9e369acf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a53a9410-a5b8-422e-99e5-e523a5e2d459",
"Rows": [
{
"ItemId": "52b2771c-2fd9-438e-be46-074c9e369acf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52b2771c-2fd9-438e-be46-074c9e369acf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ce48cfbc-1355-4f3e-a11b-71091f81cd7f",
"edfac070-d9c3-4538-a9c8-a03a0d2a9d19"
],
"Approvers": [
"120f97b4-a621-43bc-a9ca-253c4e574469",
"d12ab5af-811f-43d1-af5b-dfb5b17a3e3d"
],
"ApprovedBy": "f3c12c58-10af-4796-a02d-352643ca6afd",
"ApprovalDate": "2026-05-28T02:05:19.3830085+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1da6a086-9795-4140-9734-8b7dc0c70762",
"id": "d1a606a9-5bff-4a74-98d4-c5b6b10ca6e0",
"ConfigId": "50372fda-ccb7-4322-ba3a-3d496b3db986"
}