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-02-26T11:04:48.5501369+00:00",
"SubmitDate": "2026-02-26T11:04:48.5501369+00:00",
"ReportPeriodStart": "2026-02-26T11:04:48.5501369+00:00",
"ReportPeriodEnd": "2026-02-26T11:04:48.5501369+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2a9b655-49e3-402c-9dad-9585b1d50b7b",
"Rows": [
{
"ItemId": "3a0b1c10-7cf6-4995-b4f9-bba4fee2af79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a0b1c10-7cf6-4995-b4f9-bba4fee2af79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2a9b655-49e3-402c-9dad-9585b1d50b7b",
"Rows": [
{
"ItemId": "3a0b1c10-7cf6-4995-b4f9-bba4fee2af79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a0b1c10-7cf6-4995-b4f9-bba4fee2af79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"925617f7-f74e-41c6-b71a-54c356fab76b",
"5cfdfeab-da81-405d-befa-9a0a2f87b6cc"
],
"Approvers": [
"be786351-28e4-4ae3-b9c6-12141998ff62",
"8348ad09-76e5-470c-a264-d0d79b736248"
],
"ApprovedBy": "d0652981-5d03-4bb2-9f61-72f03f87bf8d",
"ApprovalDate": "2026-02-26T11:04:48.5501369+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a0b4ab0-0c88-4299-86f7-14592ef02767",
"id": "e26ea05a-04e5-4629-89b0-f6f74a4f96c1",
"ConfigId": "7198eb4f-3de3-4148-8601-0437eb27c296"
}