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-26T17:52:00.0714774+00:00",
"SubmitDate": "2026-02-26T17:52:00.0714774+00:00",
"ReportPeriodStart": "2026-02-26T17:52:00.0714774+00:00",
"ReportPeriodEnd": "2026-02-26T17:52:00.0714774+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3dbca5f8-6b88-4894-ae0d-7564ad2e0482",
"Rows": [
{
"ItemId": "9b016a8e-bf44-44fb-b574-618df1531c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b016a8e-bf44-44fb-b574-618df1531c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3dbca5f8-6b88-4894-ae0d-7564ad2e0482",
"Rows": [
{
"ItemId": "9b016a8e-bf44-44fb-b574-618df1531c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b016a8e-bf44-44fb-b574-618df1531c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f2889fd9-8ddf-4684-b1de-3a3c0b25d6f8",
"8db7aee3-10c4-46d4-affe-95941fd29a5d"
],
"Approvers": [
"ff81a4e2-e54c-4492-9569-9f4c92f27f8b",
"2269e967-f446-4c2c-bb72-ae0db833379d"
],
"ApprovedBy": "c62e1a9a-7a59-443e-9dc8-cceab75bb658",
"ApprovalDate": "2026-02-26T17:52:00.0871042+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9293607c-a48c-49e4-985c-d283be3a69a5",
"id": "5e2d7e6f-24ae-4454-b874-e70fd41b41a3",
"ConfigId": "8fa54f21-249b-4add-97b9-fb098a82d9ef"
}