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-04-21T16:41:29.1485977+00:00",
"SubmitDate": "2026-04-21T16:41:29.1485977+00:00",
"ReportPeriodStart": "2026-04-21T16:41:29.1485977+00:00",
"ReportPeriodEnd": "2026-04-21T16:41:29.1485977+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f3f62079-8fc5-4d13-8c2a-3eba1cee7b9c",
"Rows": [
{
"ItemId": "38499538-5d70-4840-ab8b-a6cfcc86547b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38499538-5d70-4840-ab8b-a6cfcc86547b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f3f62079-8fc5-4d13-8c2a-3eba1cee7b9c",
"Rows": [
{
"ItemId": "38499538-5d70-4840-ab8b-a6cfcc86547b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38499538-5d70-4840-ab8b-a6cfcc86547b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be32197a-83c8-4289-99c2-5484ed580dbb",
"792ff361-95c6-45d2-924e-cf4f89d758cb"
],
"Approvers": [
"1d18936b-d05f-49de-aa3e-caee884887af",
"9d95e542-d429-4a37-9729-d38d8079c2fc"
],
"ApprovedBy": "707b88a3-ee00-4032-b80e-4afbc55bcc0e",
"ApprovalDate": "2026-04-21T16:41:29.1485977+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "52668afd-b999-4aa9-9972-5246d1ba8962",
"id": "2f600788-bfc5-43c6-a871-0192e68538ae",
"ConfigId": "e6788bd1-2cb9-4ddb-8a8c-826d62ee1ee5"
}