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-30T03:13:29.8570328+00:00",
"SubmitDate": "2026-08-30T03:13:29.8570328+00:00",
"ReportPeriodStart": "2026-08-30T03:13:29.8570328+00:00",
"ReportPeriodEnd": "2026-08-30T03:13:29.8570328+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "399ee547-64f4-4b77-86eb-77a29a762ec5",
"Rows": [
{
"ItemId": "632b79d9-eb08-4e5b-96c0-0ab2ecd67110",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "632b79d9-eb08-4e5b-96c0-0ab2ecd67110",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "399ee547-64f4-4b77-86eb-77a29a762ec5",
"Rows": [
{
"ItemId": "632b79d9-eb08-4e5b-96c0-0ab2ecd67110",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "632b79d9-eb08-4e5b-96c0-0ab2ecd67110",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd6bafcc-32a8-48fe-8806-242064102af0",
"1a0477fb-01f9-407f-99a8-07346bbbcbdb"
],
"Approvers": [
"4cc5ddad-ece4-4263-aaed-063bf32ec63c",
"6dc1e497-9d80-437c-81d3-09f85adf9a13"
],
"ApprovedBy": "d2d41892-2c13-4d72-8060-bce275b8678e",
"ApprovalDate": "2026-08-30T03:13:29.8570328+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ed6d3046-2c99-401d-914a-db52a31e7c51",
"WorkPlanId": "0e7deb58-e79d-4dd5-bb51-0c141e3c3833",
"id": "7ef58214-5b69-4d22-86e5-e397aa3a4426",
"ConfigId": "27906788-4a93-4fa4-ade5-576483202f5b"
}