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-09-11T17:24:22.0276653+00:00",
"SubmitDate": "2026-09-11T17:24:22.0276653+00:00",
"ReportPeriodStart": "2026-09-11T17:24:22.0276653+00:00",
"ReportPeriodEnd": "2026-09-11T17:24:22.0276653+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "45c76fb5-266c-477e-b164-fcc4352bb08b",
"Rows": [
{
"ItemId": "d5a17cfd-7139-48b6-ac7e-b39436844ec6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5a17cfd-7139-48b6-ac7e-b39436844ec6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "45c76fb5-266c-477e-b164-fcc4352bb08b",
"Rows": [
{
"ItemId": "d5a17cfd-7139-48b6-ac7e-b39436844ec6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5a17cfd-7139-48b6-ac7e-b39436844ec6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"235ba1e5-6f23-454a-b431-ca2263791359",
"68b2842f-c9e4-4886-8531-193f5b49ea88"
],
"Approvers": [
"17384bea-ae01-4b5b-901d-e9eea3894c22",
"a0faee3f-8c26-409b-8d96-f99bab7fe82b"
],
"ApprovedBy": "5b63ad70-716d-4598-9ebe-5899010f2789",
"ApprovalDate": "2026-09-11T17:24:22.0276653+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "74e9d050-18cc-4dbb-bc67-d66acb6a8e5d",
"WorkPlanId": "c0927d54-b483-43a7-b60c-0216f92e2abc",
"id": "a6846370-00e0-4689-b4a1-da059cf23b88",
"ConfigId": "ec5511e5-320b-457c-a2ee-d23197aaecf3"
}