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-02-24T17:25:54.4527937+00:00",
"SubmitDate": "2026-02-24T17:25:54.4527937+00:00",
"ReportPeriodStart": "2026-02-24T17:25:54.4527937+00:00",
"ReportPeriodEnd": "2026-02-24T17:25:54.4527937+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "351388a0-19af-4a6e-9117-7693da87b3d9",
"Rows": [
{
"ItemId": "5b414094-ccff-43ce-8e83-e7339d98280c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b414094-ccff-43ce-8e83-e7339d98280c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "351388a0-19af-4a6e-9117-7693da87b3d9",
"Rows": [
{
"ItemId": "5b414094-ccff-43ce-8e83-e7339d98280c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b414094-ccff-43ce-8e83-e7339d98280c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4dc15028-c601-4fb3-bf72-24d521bf2997",
"793f2c39-6ddc-4f7f-95df-d0852f36d68a"
],
"Approvers": [
"cf66fc9c-7666-497b-9c9f-b68a11b026d4",
"021c12ad-3961-4616-b036-5d82203ca367"
],
"ApprovedBy": "19c148fc-98bd-48c1-888d-1e24b82310f3",
"ApprovalDate": "2026-02-24T17:25:54.4527937+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "52af6620-2923-4531-87cf-8fdfe8f24ead",
"id": "d820cedf-f7a5-4d4f-b758-63f57e7c863b",
"ConfigId": "67d90ede-fc25-4a27-b1fc-ee79d75bf272"
}