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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-09-26T13:03:40.4676521+00:00",
"SubmitDate": "2026-09-26T13:03:40.4676521+00:00",
"ReportPeriodStart": "2026-09-26T13:03:40.4676521+00:00",
"ReportPeriodEnd": "2026-09-26T13:03:40.4676521+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "02fdd640-0034-440f-9c9d-46e3ad7e535f",
"Rows": [
{
"ItemId": "b99964cb-1476-4080-8eb0-094de58caafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b99964cb-1476-4080-8eb0-094de58caafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "02fdd640-0034-440f-9c9d-46e3ad7e535f",
"Rows": [
{
"ItemId": "b99964cb-1476-4080-8eb0-094de58caafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b99964cb-1476-4080-8eb0-094de58caafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15edb5ee-4759-48f4-99a8-981b159a9b12",
"9b9428f9-4526-49c5-ba9b-89cd0ad57be0"
],
"Approvers": [
"d4060f0f-e5ec-47d3-a0cd-107cb06f82c5",
"85dd0d48-f60b-4c8b-a0e2-288b80798125"
],
"ApprovedBy": "de11f86f-48c8-4ea8-80d0-7298269ed2f7",
"ApprovalDate": "2026-09-26T13:03:40.4676521+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e40d45b1-c023-421e-a3d1-a9d086e88703",
"WorkPlanId": "93efa4c3-21dd-4889-944e-dce3e01cc8d5",
"id": "fe05982d-fb18-4da1-beb6-e99feeb246b0",
"ConfigId": "0ac15c61-f271-4abf-bb2a-7c743b6881ae"
}