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-31T05:23:03.9592781+00:00",
"SubmitDate": "2026-05-31T05:23:03.9592781+00:00",
"ReportPeriodStart": "2026-05-31T05:23:03.9592781+00:00",
"ReportPeriodEnd": "2026-05-31T05:23:03.9592781+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cacc12f6-8636-4df9-a144-a1da8c31e254",
"Rows": [
{
"ItemId": "522871d6-2486-477a-a1ce-7b7bd7ea365e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "522871d6-2486-477a-a1ce-7b7bd7ea365e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cacc12f6-8636-4df9-a144-a1da8c31e254",
"Rows": [
{
"ItemId": "522871d6-2486-477a-a1ce-7b7bd7ea365e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "522871d6-2486-477a-a1ce-7b7bd7ea365e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"841816b4-cc0b-411c-8e89-44a5ad446dc6",
"fa1ceadb-20bb-45f5-8f4f-25c77d2160f0"
],
"Approvers": [
"cfe60ce4-f3f0-43a6-97ee-b958c8d92cf7",
"935e7104-7a51-4990-8ad7-944e9ca51fc1"
],
"ApprovedBy": "5579393e-acff-4df3-b013-728c32133c0b",
"ApprovalDate": "2026-05-31T05:23:03.9592781+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "707dbd64-05be-4a55-a852-85d37f5a124d",
"id": "71a98244-42e8-4c32-8dec-e4fa6be711ce",
"ConfigId": "abe02d66-2390-4793-898e-42fb87576f16"
}