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-08-02T01:37:35.0106322+00:00",
"SubmitDate": "2026-08-02T01:37:35.0106322+00:00",
"ReportPeriodStart": "2026-08-02T01:37:35.0106322+00:00",
"ReportPeriodEnd": "2026-08-02T01:37:35.0106322+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7bf260d7-85b7-409c-8af2-5f9df03b8af7",
"Rows": [
{
"ItemId": "920406ed-acb3-48e9-8799-526166f4822e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "920406ed-acb3-48e9-8799-526166f4822e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7bf260d7-85b7-409c-8af2-5f9df03b8af7",
"Rows": [
{
"ItemId": "920406ed-acb3-48e9-8799-526166f4822e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "920406ed-acb3-48e9-8799-526166f4822e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c491a047-58c8-4784-ac33-8b58b670bd7e",
"87d8fc1f-7c81-4cff-ac29-a6f00019a29b"
],
"Approvers": [
"56b5673a-451f-47eb-88d2-379028a07527",
"97ddd1b0-ee34-4f9e-af36-1c3ee6cda4e4"
],
"ApprovedBy": "a0739b90-c764-409f-b0b1-7603c1df7ad2",
"ApprovalDate": "2026-08-02T01:37:35.0106322+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3bdbe485-2bdd-4517-a94e-2f81be728a4d",
"WorkPlanId": "00f0a276-2dcf-43fa-a581-cbe5bbe013be",
"id": "2a280875-a08c-49ca-801b-7ac5fe1f7857",
"ConfigId": "759afae0-dd52-4d81-ab3a-a8ca07966c42"
}