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-11T05:57:56.4135416+00:00",
"SubmitDate": "2026-07-11T05:57:56.4135416+00:00",
"ReportPeriodStart": "2026-07-11T05:57:56.4135416+00:00",
"ReportPeriodEnd": "2026-07-11T05:57:56.4135416+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "05905dd8-ec34-4e1f-836b-d41c26adac7e",
"Rows": [
{
"ItemId": "7718b248-dc2c-4786-890b-46e2110eb2d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7718b248-dc2c-4786-890b-46e2110eb2d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "05905dd8-ec34-4e1f-836b-d41c26adac7e",
"Rows": [
{
"ItemId": "7718b248-dc2c-4786-890b-46e2110eb2d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7718b248-dc2c-4786-890b-46e2110eb2d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0ceadafc-abb6-4d99-87f6-e51dc94452b4",
"4847306b-f50f-4760-a738-ca9ea4142d8e"
],
"Approvers": [
"63b23217-8405-4dbd-8400-a79835790923",
"dcc4ac2f-fb78-459e-ad8c-5c54d3f4cfac"
],
"ApprovedBy": "a449cdfd-faae-4936-88eb-3ebf1501f0c8",
"ApprovalDate": "2026-07-11T05:57:56.4135416+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2fbbf0bf-7573-491c-a53e-5652724e6408",
"WorkPlanId": "8dcb1ed2-66dc-4ddf-80b2-7d73d13a81f3",
"id": "36a71dfe-fef8-4fd6-a799-9fca75c0450e",
"ConfigId": "e7b2504d-686f-4d61-b06b-b096abb46af9"
}