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-05-27T12:19:03.6546963+00:00",
"SubmitDate": "2026-05-27T12:19:03.6546963+00:00",
"ReportPeriodStart": "2026-05-27T12:19:03.6546963+00:00",
"ReportPeriodEnd": "2026-05-27T12:19:03.6546963+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e54804f1-da19-4922-88ee-80baa79bc2a0",
"Rows": [
{
"ItemId": "cdd50c97-45b4-4e42-afb3-ab6278050082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cdd50c97-45b4-4e42-afb3-ab6278050082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e54804f1-da19-4922-88ee-80baa79bc2a0",
"Rows": [
{
"ItemId": "cdd50c97-45b4-4e42-afb3-ab6278050082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cdd50c97-45b4-4e42-afb3-ab6278050082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4b49e464-8f96-4f09-aec3-aa0a0a0ec121",
"21ab9163-1375-4339-a3d9-a4a6df35bfd8"
],
"Approvers": [
"d40d82c5-6a66-4374-a8b4-7de44fee70b4",
"3734be2d-0b15-494e-94ef-962da3508274"
],
"ApprovedBy": "6b37e33d-a201-44bf-b6c1-ca310f85dc38",
"ApprovalDate": "2026-05-27T12:19:03.6546963+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "02ed81fb-46d5-407b-b685-1ae110c79dc3",
"id": "c5252271-18ff-40a8-8826-d7964091332b",
"ConfigId": "8752481e-eb20-4734-813f-14c365a3d3e6"
}