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-22T05:58:27.6771882+00:00",
"SubmitDate": "2026-05-22T05:58:27.6771882+00:00",
"ReportPeriodStart": "2026-05-22T05:58:27.6771882+00:00",
"ReportPeriodEnd": "2026-05-22T05:58:27.6771882+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "91e093bd-6d74-40dc-b56f-028804bbcc9d",
"Rows": [
{
"ItemId": "55199f39-0f00-4d43-b31d-5bf98d0a377c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55199f39-0f00-4d43-b31d-5bf98d0a377c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "91e093bd-6d74-40dc-b56f-028804bbcc9d",
"Rows": [
{
"ItemId": "55199f39-0f00-4d43-b31d-5bf98d0a377c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55199f39-0f00-4d43-b31d-5bf98d0a377c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cd124032-1d90-4634-85a3-cf41b504e0ee",
"05dcc6cb-171c-4a16-bf9d-d7cb1a68584d"
],
"Approvers": [
"68a6f5fe-7d67-4b50-8a33-9bd1beea060a",
"63a7f9f5-2fd7-465c-b807-593aa2ee596c"
],
"ApprovedBy": "20ed5264-2995-49be-8907-90b05586f0a6",
"ApprovalDate": "2026-05-22T05:58:27.6771882+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4774315b-53c9-4c34-9728-314485a07ed0",
"id": "a82a3442-8627-4082-bef2-69890620354d",
"ConfigId": "0bdbd6ca-61bd-4486-8444-ab8460f0549a"
}