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-18T10:51:42.1499096+00:00",
"SubmitDate": "2026-07-18T10:51:42.1499096+00:00",
"ReportPeriodStart": "2026-07-18T10:51:42.1499096+00:00",
"ReportPeriodEnd": "2026-07-18T10:51:42.1499096+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ee931a7d-c183-4c2d-8c4b-da7f8ff7729a",
"Rows": [
{
"ItemId": "00eff414-4316-4ea1-bd4d-831a14f14eba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00eff414-4316-4ea1-bd4d-831a14f14eba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ee931a7d-c183-4c2d-8c4b-da7f8ff7729a",
"Rows": [
{
"ItemId": "00eff414-4316-4ea1-bd4d-831a14f14eba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00eff414-4316-4ea1-bd4d-831a14f14eba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"588a03ed-08f7-46c1-a8fc-46f10307a30b",
"34c894ae-b693-46e5-ad45-ebe600c0785b"
],
"Approvers": [
"d6e037dc-e80d-4fba-824e-335236c84eee",
"7d5a9a0d-e8aa-4088-8eea-f63cb046dbe3"
],
"ApprovedBy": "d08466ad-8906-4f67-af13-a56736171058",
"ApprovalDate": "2026-07-18T10:51:42.1499096+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1eaabf26-c89e-48ef-b221-830a031a39cd",
"WorkPlanId": "e9703bb2-da6a-44fb-9316-87fc879058cb",
"id": "9ce1004a-0bbd-432c-8421-8a62e7e3b458",
"ConfigId": "1d6bad13-5bfb-434e-8692-582b17216a54"
}