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-02-06T23:55:23.9443755+00:00",
"SubmitDate": "2026-02-06T23:55:23.9443755+00:00",
"ReportPeriodStart": "2026-02-06T23:55:23.9443755+00:00",
"ReportPeriodEnd": "2026-02-06T23:55:23.9443755+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9d254a88-fa08-4c60-a85c-09bf5860e582",
"Rows": [
{
"ItemId": "780cd8c8-8623-4301-8d85-22329733efc0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "780cd8c8-8623-4301-8d85-22329733efc0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9d254a88-fa08-4c60-a85c-09bf5860e582",
"Rows": [
{
"ItemId": "780cd8c8-8623-4301-8d85-22329733efc0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "780cd8c8-8623-4301-8d85-22329733efc0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b9ee4323-e55c-4729-ad4c-4720baf6af63",
"0a0d9159-0503-4039-bfc7-b472fda44999"
],
"Approvers": [
"a0129a4b-324a-426c-89ef-ea649f64fa21",
"10b8bb41-0ab9-4422-a419-4591b9b1d565"
],
"ApprovedBy": "fe6fd42d-ca3d-4bc2-89fb-577243693bf6",
"ApprovalDate": "2026-02-06T23:55:23.9443755+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "616fb093-f873-41c6-8a7f-5d8120c00c98",
"id": "99b28dc7-dd2a-4bd0-8b99-3ee71f578b78",
"ConfigId": "dca4d05f-21ba-44ed-83d3-c432918c41ce"
}