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-13T09:23:56.1567433+00:00",
"SubmitDate": "2026-04-13T09:23:56.1567433+00:00",
"ReportPeriodStart": "2026-04-13T09:23:56.1567433+00:00",
"ReportPeriodEnd": "2026-04-13T09:23:56.1567433+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bed40196-c7d0-421e-bd87-e123ec496df0",
"Rows": [
{
"ItemId": "a43215ce-b8f2-4566-85c8-bd5e25d640e3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a43215ce-b8f2-4566-85c8-bd5e25d640e3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bed40196-c7d0-421e-bd87-e123ec496df0",
"Rows": [
{
"ItemId": "a43215ce-b8f2-4566-85c8-bd5e25d640e3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a43215ce-b8f2-4566-85c8-bd5e25d640e3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6ac057b2-83f7-46cd-abc1-80ca1ffd40e2",
"2730a011-0a18-4da3-a4ab-933e154f5d9e"
],
"Approvers": [
"89ee2163-5eb9-49f2-b9ab-2ffe91f84a20",
"dd16ca88-c4df-452a-9200-12efd47d6ba2"
],
"ApprovedBy": "fbcf82d3-100a-4958-85d3-1571656e7d3e",
"ApprovalDate": "2026-04-13T09:23:56.1567433+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f006a915-ca26-49ff-b858-3630a9baca50",
"id": "b6937cc0-8fcf-4def-869e-2339a1ab9f99",
"ConfigId": "db91a7b0-9f67-4b12-ae69-d166deddc321"
}