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-03-07T11:30:10.0161601+00:00",
"SubmitDate": "2026-03-07T11:30:10.0161601+00:00",
"ReportPeriodStart": "2026-03-07T11:30:10.0161601+00:00",
"ReportPeriodEnd": "2026-03-07T11:30:10.0161601+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "825d2954-b825-420e-958c-b2fa425fe787",
"Rows": [
{
"ItemId": "ad8dca1a-aeca-433e-9c3d-1a0a903ea945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad8dca1a-aeca-433e-9c3d-1a0a903ea945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "825d2954-b825-420e-958c-b2fa425fe787",
"Rows": [
{
"ItemId": "ad8dca1a-aeca-433e-9c3d-1a0a903ea945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad8dca1a-aeca-433e-9c3d-1a0a903ea945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d227180-2707-4239-a4df-ceeee83e895f",
"6a0f6a7d-00b7-440c-bd86-cbde8a8ed2df"
],
"Approvers": [
"84150607-5e3d-4056-a0f5-494ed0bd446f",
"37c94b64-140c-4b4b-a39b-a5dac10b136d"
],
"ApprovedBy": "c479038c-db94-46f4-99c4-644e285fad61",
"ApprovalDate": "2026-03-07T11:30:10.0161601+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "63dd336d-e10e-4318-be00-080b37d2156e",
"id": "2313920e-bc30-4ecd-b623-1aae3b728d22",
"ConfigId": "3fa10b9c-1396-412c-98c5-0ca7cf8e425a"
}