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": "2025-12-24T16:59:29.0789104+00:00",
"SubmitDate": "2025-12-24T16:59:29.0789104+00:00",
"ReportPeriodStart": "2025-12-24T16:59:29.0789104+00:00",
"ReportPeriodEnd": "2025-12-24T16:59:29.0789104+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "821357e4-3405-4a1c-a7b9-a711c1f180ca",
"Rows": [
{
"ItemId": "4369516b-40ed-46bc-bb30-69e194fff6fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4369516b-40ed-46bc-bb30-69e194fff6fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "821357e4-3405-4a1c-a7b9-a711c1f180ca",
"Rows": [
{
"ItemId": "4369516b-40ed-46bc-bb30-69e194fff6fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4369516b-40ed-46bc-bb30-69e194fff6fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"406fa347-fb2b-463c-9c30-8ab093cf3577",
"24914bc7-30df-4f9f-a27b-d67123251a74"
],
"Approvers": [
"0dd5c666-ff3f-41cb-ab60-5030a9c0a0fe",
"6a1a12d7-f50a-491d-94a2-aa30b7979770"
],
"ApprovedBy": "f48b2df0-c2c7-494a-8147-9c8d08643d09",
"ApprovalDate": "2025-12-24T16:59:29.0789104+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "179fc014-b10c-4df6-94f1-d4bdea55dc9b",
"id": "9d7b695c-13f7-4c1d-b9ae-6bd1310b32d6",
"ConfigId": "935a9205-6e07-4586-a681-7e74727f2e24"
}