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-20T23:42:18.496225+00:00",
"SubmitDate": "2025-11-20T23:42:18.496225+00:00",
"ReportPeriodStart": "2025-11-20T23:42:18.496225+00:00",
"ReportPeriodEnd": "2025-11-20T23:42:18.496225+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "390987a7-443a-45d0-8ebf-cae930f7d693",
"Rows": [
{
"ItemId": "529d24d0-2c9c-446f-8402-47dd1780c4aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "529d24d0-2c9c-446f-8402-47dd1780c4aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "390987a7-443a-45d0-8ebf-cae930f7d693",
"Rows": [
{
"ItemId": "529d24d0-2c9c-446f-8402-47dd1780c4aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "529d24d0-2c9c-446f-8402-47dd1780c4aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"104556f2-ed2b-448f-a333-33c176a01479",
"94f89c46-21ee-43a4-8e74-859d820ceabe"
],
"Approvers": [
"78a713c6-7a84-4645-8a58-6073fd1ed366",
"75779611-0bcb-472a-ba78-235874e1269e"
],
"ApprovedBy": "945fb4ca-901e-4637-a457-53f79043612c",
"ApprovalDate": "2025-11-20T23:42:18.496225+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "deff2970-df49-40cd-9058-c8502d0f804e",
"id": "509c3a5b-9dbf-4698-80e3-4238a6298172",
"ConfigId": "569f7a0e-8658-406e-bf06-2dbd1e438ed4"
}