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-14T13:04:30.2608365+00:00",
"SubmitDate": "2026-02-14T13:04:30.2608365+00:00",
"ReportPeriodStart": "2026-02-14T13:04:30.2608365+00:00",
"ReportPeriodEnd": "2026-02-14T13:04:30.2608365+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eb6ef254-d5dc-41f3-a790-5b1b6e16c015",
"Rows": [
{
"ItemId": "74dda585-c32f-49f0-9637-b17fe082d022",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74dda585-c32f-49f0-9637-b17fe082d022",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eb6ef254-d5dc-41f3-a790-5b1b6e16c015",
"Rows": [
{
"ItemId": "74dda585-c32f-49f0-9637-b17fe082d022",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74dda585-c32f-49f0-9637-b17fe082d022",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d1728a1-3831-4b48-9764-a757663360ff",
"2c767aba-b28b-4da8-89b9-fd093c8de7f0"
],
"Approvers": [
"7c301566-22a8-4b7b-b7fd-449266bc4bd5",
"5e9cc10a-42b0-47a6-8b24-6a7760a4c4fd"
],
"ApprovedBy": "49b5420e-1d70-4ffc-ad11-589ac233f60a",
"ApprovalDate": "2026-02-14T13:04:30.2608365+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c219796c-03d4-4cd3-a2e0-0d9e697d5656",
"id": "d044b131-5024-4959-b42d-00672dff9b73",
"ConfigId": "4c9585cd-36db-4d89-acaf-21c2ac703b3b"
}