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-18T04:35:51.2163718+00:00",
"SubmitDate": "2026-04-18T04:35:51.2163718+00:00",
"ReportPeriodStart": "2026-04-18T04:35:51.2163718+00:00",
"ReportPeriodEnd": "2026-04-18T04:35:51.2163718+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "40743788-db01-4c7b-8419-c614907c60ee",
"Rows": [
{
"ItemId": "4d225ade-bf7c-47f7-b335-293d5c660f2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d225ade-bf7c-47f7-b335-293d5c660f2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "40743788-db01-4c7b-8419-c614907c60ee",
"Rows": [
{
"ItemId": "4d225ade-bf7c-47f7-b335-293d5c660f2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d225ade-bf7c-47f7-b335-293d5c660f2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"994c9bd0-b8a3-4d33-869e-6c95530b9a48",
"8cab2b13-000f-49e5-8306-9fd86270c20f"
],
"Approvers": [
"4438a9d3-1491-460d-a354-a5ee1a60efa2",
"7663782b-8053-41bc-9574-8c4b9e238590"
],
"ApprovedBy": "09a47c22-a841-44c3-8e7d-6e46e8797611",
"ApprovalDate": "2026-04-18T04:35:51.2163718+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b3ecc9a2-4960-4772-93a6-01541acbef8b",
"id": "dd13eb04-beb7-4afa-951b-4487f734590e",
"ConfigId": "75a902d2-ae49-4a6a-a685-8cc90a974fdb"
}