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-23T19:53:43.0345126+00:00",
"SubmitDate": "2026-04-23T19:53:43.0345126+00:00",
"ReportPeriodStart": "2026-04-23T19:53:43.0501336+00:00",
"ReportPeriodEnd": "2026-04-23T19:53:43.0501336+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "663cc9d7-7846-4818-b500-dbed440ef0f0",
"Rows": [
{
"ItemId": "9ab16e83-f113-4cd7-9a0a-2ce7150b353f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ab16e83-f113-4cd7-9a0a-2ce7150b353f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "663cc9d7-7846-4818-b500-dbed440ef0f0",
"Rows": [
{
"ItemId": "9ab16e83-f113-4cd7-9a0a-2ce7150b353f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ab16e83-f113-4cd7-9a0a-2ce7150b353f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d02e2ebf-9e33-4585-a13e-6efa8fbafc0b",
"dd6c3b4b-0ffb-401d-bc74-303cbff32b24"
],
"Approvers": [
"d2d6eddd-6768-4c32-9b6b-239973ae312e",
"24279c2b-d59d-49c7-9da5-41c6cdc92a55"
],
"ApprovedBy": "2bf52cb4-69c9-4bd2-a2ce-80a8f9a40898",
"ApprovalDate": "2026-04-23T19:53:43.0501336+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f918dbd5-4c44-4cb0-b3e7-14e1ed92801a",
"id": "28052c55-4c4f-4d3e-8df5-da265bef9aef",
"ConfigId": "c372cdbc-5004-4e24-8b33-22eb3a5d996a"
}