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-22T00:14:32.3505277+00:00",
"SubmitDate": "2026-07-22T00:14:32.3505277+00:00",
"ReportPeriodStart": "2026-07-22T00:14:32.3505277+00:00",
"ReportPeriodEnd": "2026-07-22T00:14:32.3505277+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "14c75d22-27fd-4ee1-902b-627bd532cb20",
"Rows": [
{
"ItemId": "366ff561-838b-4325-8b8e-18cf2b6fc2c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "366ff561-838b-4325-8b8e-18cf2b6fc2c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "14c75d22-27fd-4ee1-902b-627bd532cb20",
"Rows": [
{
"ItemId": "366ff561-838b-4325-8b8e-18cf2b6fc2c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "366ff561-838b-4325-8b8e-18cf2b6fc2c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e150cd13-9419-4a73-9180-5172141e228c",
"0ebbe094-fc56-479f-a6e8-5cdaa5b53a76"
],
"Approvers": [
"2947d8b6-beee-4d3f-b25e-2572e3dc6e23",
"6d52ba0e-e0f1-4b90-8eed-9eb2dc906694"
],
"ApprovedBy": "9a188884-c490-4890-b3d2-2f6ec3a28683",
"ApprovalDate": "2026-07-22T00:14:32.3505277+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2db0139f-a45b-49ec-82e5-e4dafc2c8c14",
"WorkPlanId": "d6784d1b-799a-49fc-b823-0f4a8033e62c",
"id": "824ba7e8-dbd3-4f2d-afd6-67d3375c6494",
"ConfigId": "dc456b82-083a-459b-8f96-5c88d4841d24"
}