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-05-10T20:05:43.601564+00:00",
"SubmitDate": "2026-05-10T20:05:43.601564+00:00",
"ReportPeriodStart": "2026-05-10T20:05:43.601564+00:00",
"ReportPeriodEnd": "2026-05-10T20:05:43.601564+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd8ab698-ab29-4814-ab9a-3c04f8009d7c",
"Rows": [
{
"ItemId": "4c0a3a11-adf6-431f-86e5-60241d440c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c0a3a11-adf6-431f-86e5-60241d440c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd8ab698-ab29-4814-ab9a-3c04f8009d7c",
"Rows": [
{
"ItemId": "4c0a3a11-adf6-431f-86e5-60241d440c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c0a3a11-adf6-431f-86e5-60241d440c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"377f4052-62e0-49db-b6d0-19a01449e186",
"5c3e4e69-6320-4670-aae3-b2a20112b627"
],
"Approvers": [
"1168a093-cd5e-4322-8db0-fb55ade2ab07",
"32e46982-590c-4f1f-bd84-936a337a5da4"
],
"ApprovedBy": "92e1eea5-7816-4709-8259-403a255c0384",
"ApprovalDate": "2026-05-10T20:05:43.601564+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "909f92db-d29a-48fd-a559-d6426ddf272f",
"id": "5fe62ce6-985a-47aa-b4f0-7d21cd26b054",
"ConfigId": "9603be28-3255-41b8-ab4a-9f90f04ae272"
}