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-06-26T15:41:16.6389389+00:00",
"SubmitDate": "2026-06-26T15:41:16.6389389+00:00",
"ReportPeriodStart": "2026-06-26T15:41:16.6389389+00:00",
"ReportPeriodEnd": "2026-06-26T15:41:16.6389389+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "757f4253-3bd5-4c64-b9fd-2238b5b19452",
"Rows": [
{
"ItemId": "1df16812-00c1-4aac-995f-d18673c86ee8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1df16812-00c1-4aac-995f-d18673c86ee8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "757f4253-3bd5-4c64-b9fd-2238b5b19452",
"Rows": [
{
"ItemId": "1df16812-00c1-4aac-995f-d18673c86ee8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1df16812-00c1-4aac-995f-d18673c86ee8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9aa4c36c-e9fc-4c14-b7c5-a24f88b94189",
"3cc2ece5-be32-4262-b2bb-431534734a62"
],
"Approvers": [
"05a087b5-f8d3-4ef9-a020-d9793c8af795",
"20d30171-f6f8-4c3e-9662-cca5bcddd5c5"
],
"ApprovedBy": "e13ac458-eade-4ca1-9d60-8d7b1d1c81a1",
"ApprovalDate": "2026-06-26T15:41:16.6389389+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "76e43863-8248-4057-b3f2-1a31e2d4385b",
"id": "567ebdb9-ad57-4189-85f7-2d14fd38b514",
"ConfigId": "3209e7d0-787c-4d42-8d25-5fe61cc1ad88"
}