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-07-19T11:31:06.9954085+00:00",
"SubmitDate": "2026-07-19T11:31:06.9954085+00:00",
"ReportPeriodStart": "2026-07-19T11:31:06.9954085+00:00",
"ReportPeriodEnd": "2026-07-19T11:31:06.9954085+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "448f4063-3272-4de3-b63f-fb8f4429c9e1",
"Rows": [
{
"ItemId": "a7cf806d-b749-47f6-9007-2c9088bca2ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a7cf806d-b749-47f6-9007-2c9088bca2ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "448f4063-3272-4de3-b63f-fb8f4429c9e1",
"Rows": [
{
"ItemId": "a7cf806d-b749-47f6-9007-2c9088bca2ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a7cf806d-b749-47f6-9007-2c9088bca2ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e4925e2-a420-43fa-86a3-d1985c3b3d46",
"cd9f24b8-004b-442f-80f5-0a51aab02906"
],
"Approvers": [
"f47ddb98-3a4c-417e-bb90-a4dc355cdfbb",
"b887ff9b-262b-43f5-9a81-09c6c6c975fe"
],
"ApprovedBy": "748a8132-5e5c-4bcc-bd5a-264b4df0b96d",
"ApprovalDate": "2026-07-19T11:31:06.9954085+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "399dc661-6fee-4587-8d39-94d588f3a59b",
"WorkPlanId": "fe3f6454-c8b4-449a-9623-281abe9bf3eb",
"id": "c4ce258d-f8a7-428d-9520-a5f29e695be9",
"ConfigId": "6b13bdce-be98-4c77-a6ef-0de946ee331b"
}