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-28T15:19:57.4368394+00:00",
"SubmitDate": "2026-05-28T15:19:57.4368394+00:00",
"ReportPeriodStart": "2026-05-28T15:19:57.4368394+00:00",
"ReportPeriodEnd": "2026-05-28T15:19:57.4368394+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a813e1b-3830-4ed0-bd38-ac4af847bf11",
"Rows": [
{
"ItemId": "afc143f8-6b03-4197-93a5-f691f89a77a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "afc143f8-6b03-4197-93a5-f691f89a77a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a813e1b-3830-4ed0-bd38-ac4af847bf11",
"Rows": [
{
"ItemId": "afc143f8-6b03-4197-93a5-f691f89a77a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "afc143f8-6b03-4197-93a5-f691f89a77a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da8594b6-f1b6-43a2-9fc7-cbfcdba545da",
"45affbee-0650-4f30-b3c3-5a5a5402cf90"
],
"Approvers": [
"ae0a1332-318a-4c60-820a-6620b6b9b333",
"2955123a-a218-48e0-8db4-9174043b6de1"
],
"ApprovedBy": "ca475c7d-2f8a-4a0c-9108-b4609110d786",
"ApprovalDate": "2026-05-28T15:19:57.4368394+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f95cb562-b783-4f8f-81c1-cf8ca4e9ea07",
"id": "d79c9a30-85a4-48b9-82f3-fcd03f682aef",
"ConfigId": "4f42f779-37ec-4fc3-b693-d6b6509bf7e7"
}