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-12-04T05:47:43.167358+00:00",
"SubmitDate": "2025-12-04T05:47:43.167358+00:00",
"ReportPeriodStart": "2025-12-04T05:47:43.167358+00:00",
"ReportPeriodEnd": "2025-12-04T05:47:43.167358+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6f5cb7c4-4e51-47a7-bf2a-e25a16614b83",
"Rows": [
{
"ItemId": "0116f0fe-a8af-42b4-935e-56b511227381",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0116f0fe-a8af-42b4-935e-56b511227381",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6f5cb7c4-4e51-47a7-bf2a-e25a16614b83",
"Rows": [
{
"ItemId": "0116f0fe-a8af-42b4-935e-56b511227381",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0116f0fe-a8af-42b4-935e-56b511227381",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a278561-12c4-42b3-a0c9-78be3418d664",
"651e6357-d025-4b7d-81b1-28a6927d1b20"
],
"Approvers": [
"b6b82b18-1ed3-4027-b2d7-eb821271ee6b",
"7ad78e52-cfe8-4de1-b3bb-a218d0d2e167"
],
"ApprovedBy": "01c932aa-fdb6-4ea0-bb46-c123edccf063",
"ApprovalDate": "2025-12-04T05:47:43.167358+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1987d2ba-bc10-4109-aafd-97f936b9a2c8",
"id": "3d25da10-4f60-4e88-a346-88c8f90d8c7e",
"ConfigId": "13d6b507-e8ca-40d7-a2bd-32dda107f18c"
}