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-01-26T08:51:01.9057756+00:00",
"SubmitDate": "2026-01-26T08:51:01.9057756+00:00",
"ReportPeriodStart": "2026-01-26T08:51:01.9057756+00:00",
"ReportPeriodEnd": "2026-01-26T08:51:01.9057756+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a03bba37-f472-43f0-8633-f4cf9480bc7b",
"Rows": [
{
"ItemId": "a4e88d3b-1503-4e6b-ad4d-e7942933f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4e88d3b-1503-4e6b-ad4d-e7942933f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a03bba37-f472-43f0-8633-f4cf9480bc7b",
"Rows": [
{
"ItemId": "a4e88d3b-1503-4e6b-ad4d-e7942933f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4e88d3b-1503-4e6b-ad4d-e7942933f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cca8cff4-70b2-43e9-a662-f7a70b7c4465",
"b91752b2-6cb6-46ad-91b7-96a1fa44b76b"
],
"Approvers": [
"06eaa385-f5f0-48ef-8fd9-282639bd103c",
"3efd4c33-5789-4a5c-be93-8bcbd7df1053"
],
"ApprovedBy": "393ee728-541f-46db-8cef-78440b108a6d",
"ApprovalDate": "2026-01-26T08:51:01.9057756+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08e5c0aa-bef7-4711-a428-5df42f5cd36e",
"id": "653a8884-6b01-4dc8-9220-97a4d34c2d94",
"ConfigId": "8231bbe9-f17a-4297-b011-17be477aaf05"
}