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-16T03:23:56.7912619+00:00",
"SubmitDate": "2026-04-16T03:23:56.7912619+00:00",
"ReportPeriodStart": "2026-04-16T03:23:56.7912619+00:00",
"ReportPeriodEnd": "2026-04-16T03:23:56.7912619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "95fe18e0-c80a-45c5-924b-5373599bc1c0",
"Rows": [
{
"ItemId": "bd4268f4-9820-4c75-b063-ecd23017f64e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd4268f4-9820-4c75-b063-ecd23017f64e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "95fe18e0-c80a-45c5-924b-5373599bc1c0",
"Rows": [
{
"ItemId": "bd4268f4-9820-4c75-b063-ecd23017f64e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd4268f4-9820-4c75-b063-ecd23017f64e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"691f7949-538e-4aa0-a962-ef9bc68e9cc1",
"e1f64ad0-120a-4940-ab7d-51a2df46ab00"
],
"Approvers": [
"a97f4989-dad2-446e-9c05-efdefd2ba065",
"612385dc-602a-4552-b6f6-db773b2d28ae"
],
"ApprovedBy": "e00e5677-ad12-4507-9e6e-4da2633edac5",
"ApprovalDate": "2026-04-16T03:23:56.7912619+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ce2cdc7-f272-42f7-a6b8-e0c2268eb659",
"id": "9780840f-ddff-4df6-ac72-721760626a20",
"ConfigId": "1020b591-64c9-40ae-afc3-c2d8c20bdcd4"
}