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-01-12T17:28:32.8730094+00:00",
"SubmitDate": "2026-01-12T17:28:32.8730094+00:00",
"ReportPeriodStart": "2026-01-12T17:28:32.8730094+00:00",
"ReportPeriodEnd": "2026-01-12T17:28:32.8730094+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "727987a4-3a8b-44d4-8a0a-1a46c47e82d7",
"Rows": [
{
"ItemId": "2c1abeb4-8b6a-4acb-b3e1-a865eab61b7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c1abeb4-8b6a-4acb-b3e1-a865eab61b7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "727987a4-3a8b-44d4-8a0a-1a46c47e82d7",
"Rows": [
{
"ItemId": "2c1abeb4-8b6a-4acb-b3e1-a865eab61b7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c1abeb4-8b6a-4acb-b3e1-a865eab61b7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd96613a-7ab6-4da3-af2e-72f6edee6a6a",
"63e1c6c2-58f5-450f-99d1-f1f1f8ff3be2"
],
"Approvers": [
"da29b3b6-9837-4a04-8a04-b11e506c0137",
"3080ae2b-c553-478c-89c6-5803c2c8082a"
],
"ApprovedBy": "d24e18c0-9689-4b00-8164-368727da77af",
"ApprovalDate": "2026-01-12T17:28:32.8730094+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4cc0f0dc-7943-4838-b51e-09503edb9594",
"id": "ef52eee8-b13e-4a5c-8ca4-1e2b0c7c2d4d",
"ConfigId": "7b6f8627-e7a2-41fa-861f-89f88e09a676"
}