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-01-11T15:16:17.4217992+00:00",
"SubmitDate": "2026-01-11T15:16:17.4217992+00:00",
"ReportPeriodStart": "2026-01-11T15:16:17.4217992+00:00",
"ReportPeriodEnd": "2026-01-11T15:16:17.4217992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc479baf-2409-429f-887c-079408b402b7",
"Rows": [
{
"ItemId": "9c0ee71a-350c-409d-a54f-2c9f9fd94a44",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c0ee71a-350c-409d-a54f-2c9f9fd94a44",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc479baf-2409-429f-887c-079408b402b7",
"Rows": [
{
"ItemId": "9c0ee71a-350c-409d-a54f-2c9f9fd94a44",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c0ee71a-350c-409d-a54f-2c9f9fd94a44",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3b43ba62-cfaa-40c9-bc3c-5766ca8b083d",
"1826a2d5-461a-40c1-b7ba-546c1ac78132"
],
"Approvers": [
"06472c16-fccd-4ff6-a26c-25d1c3f5419b",
"02e42491-0721-4311-b50e-c83651e2e50a"
],
"ApprovedBy": "d05960b8-3506-43ca-8375-77e8a87e84c4",
"ApprovalDate": "2026-01-11T15:16:17.4217992+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "72cc0866-8a0c-4cc1-83d5-17435112aff5",
"id": "9868d7fe-b734-4ec3-acbd-e57dcf38e2eb",
"ConfigId": "10347bf8-377a-4cf5-861e-7f388cffe3f3"
}