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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-04-12T20:24:55.1962407+00:00",
"SubmitDate": "2026-04-12T20:24:55.1962407+00:00",
"ReportPeriodStart": "2026-04-12T20:24:55.1962407+00:00",
"ReportPeriodEnd": "2026-04-12T20:24:55.1962407+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "583a9233-e477-4e62-98df-5253664f8ab1",
"Rows": [
{
"ItemId": "83175be8-75ce-4b28-9733-e7d76a32daee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83175be8-75ce-4b28-9733-e7d76a32daee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "583a9233-e477-4e62-98df-5253664f8ab1",
"Rows": [
{
"ItemId": "83175be8-75ce-4b28-9733-e7d76a32daee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83175be8-75ce-4b28-9733-e7d76a32daee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36c9ae00-c651-438c-aaca-2295f12137d0",
"61563ecf-e1cc-47d3-bf1a-228081756ee2"
],
"Approvers": [
"2f45b95f-f60c-4083-a4ed-9a7f82a0930d",
"4ce148ee-badb-45fc-8e15-7425f11f385b"
],
"ApprovedBy": "e799691c-662d-4d8b-9f84-c1f9e5c65b08",
"ApprovalDate": "2026-04-12T20:24:55.2118671+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f5821d34-6a81-44d7-9563-6a6d090d31f4",
"id": "15a11c28-9ccd-4ffa-b7ea-f6d7d53b491a",
"ConfigId": "f8c3dc5f-f3ff-4b76-8204-13679f7bbff0"
}