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-17T10:45:24.5888374+00:00",
"SubmitDate": "2026-02-17T10:45:24.5888374+00:00",
"ReportPeriodStart": "2026-02-17T10:45:24.5888374+00:00",
"ReportPeriodEnd": "2026-02-17T10:45:24.5888374+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ac18932f-9fb5-4dc5-b19b-e698a6c9682a",
"Rows": [
{
"ItemId": "ed7552c4-aa6a-4de8-9528-47429300e4c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed7552c4-aa6a-4de8-9528-47429300e4c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ac18932f-9fb5-4dc5-b19b-e698a6c9682a",
"Rows": [
{
"ItemId": "ed7552c4-aa6a-4de8-9528-47429300e4c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed7552c4-aa6a-4de8-9528-47429300e4c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da62179b-74d5-42b7-a72f-26ef89f0541a",
"4fc2a5a9-47bf-457e-bfb1-c5a365e9be40"
],
"Approvers": [
"ba2c505c-6039-437b-bf5e-15fd8be4fbab",
"df7377dc-653d-4744-bd1e-fda6809eed11"
],
"ApprovedBy": "ea068548-3ee3-45a5-a036-b9a650efaec9",
"ApprovalDate": "2026-02-17T10:45:24.5888374+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "75218fb1-2ee2-4df0-9d3b-2c392a2c8a6d",
"id": "b289c895-0737-4807-8e64-aaabb2fc7d6c",
"ConfigId": "8b125d50-2f82-4e66-a295-2d48fb9f63a5"
}