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-11T23:42:43.8735278+00:00",
"SubmitDate": "2026-02-11T23:42:43.8735278+00:00",
"ReportPeriodStart": "2026-02-11T23:42:43.8735278+00:00",
"ReportPeriodEnd": "2026-02-11T23:42:43.8735278+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9d0a3b5b-95cd-41c1-a4e9-74ad52c99a6e",
"Rows": [
{
"ItemId": "1722ac6f-73a2-44f4-8cca-3dd2a0e31661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1722ac6f-73a2-44f4-8cca-3dd2a0e31661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9d0a3b5b-95cd-41c1-a4e9-74ad52c99a6e",
"Rows": [
{
"ItemId": "1722ac6f-73a2-44f4-8cca-3dd2a0e31661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1722ac6f-73a2-44f4-8cca-3dd2a0e31661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69ca6a67-cdc6-402e-be7a-84f06f865dfc",
"9152d931-308c-40df-87b6-0823eb9a9b41"
],
"Approvers": [
"4af69ff7-b1a6-4df8-8a86-778ae6d86a25",
"2e2427ac-cc89-4d8c-b44d-ff2c42abae5a"
],
"ApprovedBy": "1b959036-bc6e-44de-9018-72042ee75b37",
"ApprovalDate": "2026-02-11T23:42:43.8735278+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e49716f4-d813-49cc-8080-e05e808ad019",
"id": "2fe4f70e-e7ca-4630-9558-bf9ef41f0fb7",
"ConfigId": "2c91806b-74fa-496f-b7c9-6930f4fa6fd7"
}