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": "2025-11-22T20:03:36.0200172+00:00",
"SubmitDate": "2025-11-22T20:03:36.0200172+00:00",
"ReportPeriodStart": "2025-11-22T20:03:36.0200172+00:00",
"ReportPeriodEnd": "2025-11-22T20:03:36.0200172+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48191af2-8937-4c32-b060-d2ae128bd983",
"Rows": [
{
"ItemId": "95cd90d6-eeaa-4270-90f8-4b3db54e3d1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95cd90d6-eeaa-4270-90f8-4b3db54e3d1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48191af2-8937-4c32-b060-d2ae128bd983",
"Rows": [
{
"ItemId": "95cd90d6-eeaa-4270-90f8-4b3db54e3d1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95cd90d6-eeaa-4270-90f8-4b3db54e3d1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"75a34fd4-2d8d-470f-b555-656af7d94dbd",
"d4519a00-a395-40db-bf8d-631b4fa6815f"
],
"Approvers": [
"f0bd026f-7a95-422a-9bf6-3d97cb71f15c",
"72cf27d6-c74f-4135-b166-df4ea8d5bb09"
],
"ApprovedBy": "ed491cd0-302f-4d15-baa5-c7b28d7f0c7a",
"ApprovalDate": "2025-11-22T20:03:36.0200172+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7df1e0d9-c23f-4e92-b8e5-ab4d777d9897",
"id": "526976ae-64d2-4250-aea3-0f57bb04bed1",
"ConfigId": "fc07916a-0d4c-4129-b451-9eb3234b2160"
}