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-01T01:31:30.4069463+00:00",
"SubmitDate": "2026-08-01T01:31:30.4069463+00:00",
"ReportPeriodStart": "2026-08-01T01:31:30.4069463+00:00",
"ReportPeriodEnd": "2026-08-01T01:31:30.4069463+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "55c4342d-a0db-4126-b12d-27f14eabd449",
"Rows": [
{
"ItemId": "f03c28f5-746e-4b4e-b195-4e5133ed8a10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f03c28f5-746e-4b4e-b195-4e5133ed8a10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "55c4342d-a0db-4126-b12d-27f14eabd449",
"Rows": [
{
"ItemId": "f03c28f5-746e-4b4e-b195-4e5133ed8a10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f03c28f5-746e-4b4e-b195-4e5133ed8a10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5f5f3072-e331-4a96-845d-40566554632d",
"8d7b9824-93c4-488d-92c4-b907de316f88"
],
"Approvers": [
"e1b418af-4898-4881-a303-9d130429caa8",
"7aa5ec6e-74ef-490c-abb5-1405cec24b01"
],
"ApprovedBy": "5bc84019-8423-46bd-a109-df1b69376992",
"ApprovalDate": "2026-08-01T01:31:30.4069463+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "031738ed-cf44-4f4c-b347-27680a1c54db",
"WorkPlanId": "3cc21592-dcac-42a7-b4ad-fdcefb29bb87",
"id": "5ec89535-df5c-4d10-9443-982101849770",
"ConfigId": "b5f69d5f-407a-4faa-aa40-13e2c6ee4c92"
}