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-06-04T12:13:38.3826634+00:00",
"SubmitDate": "2026-06-04T12:13:38.3826634+00:00",
"ReportPeriodStart": "2026-06-04T12:13:38.3826634+00:00",
"ReportPeriodEnd": "2026-06-04T12:13:38.3826634+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "02e756fd-1fe9-464c-a720-ad213432b31b",
"Rows": [
{
"ItemId": "60632daa-e84a-4c38-8721-7db37984761a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60632daa-e84a-4c38-8721-7db37984761a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "02e756fd-1fe9-464c-a720-ad213432b31b",
"Rows": [
{
"ItemId": "60632daa-e84a-4c38-8721-7db37984761a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60632daa-e84a-4c38-8721-7db37984761a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ccdceda9-7909-4c04-8523-7b210a883735",
"ffc72c97-6441-4caf-be49-ff91b714b882"
],
"Approvers": [
"df2bfbc9-fefc-4866-bb3a-a1c09f6abaa9",
"9f9fd766-66dd-4891-b971-a8d66cee995a"
],
"ApprovedBy": "990d6b1a-d25b-4a98-80fe-f8bd0037cb25",
"ApprovalDate": "2026-06-04T12:13:38.3826634+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "30e03600-f790-4df2-8c33-f518ff0e3985",
"id": "15ef4297-187b-40f5-9c1e-5856f4fdb64f",
"ConfigId": "412459ee-9519-47fa-aaf5-bb219ccf7ca0"
}