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-04-09T15:27:53.5458598+00:00",
"SubmitDate": "2026-04-09T15:27:53.5458598+00:00",
"ReportPeriodStart": "2026-04-09T15:27:53.5458598+00:00",
"ReportPeriodEnd": "2026-04-09T15:27:53.5458598+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5411960e-a15e-4cc3-921f-01fe5ddaec3a",
"Rows": [
{
"ItemId": "21b5d77e-dbeb-47de-b550-c08e2bd985ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "21b5d77e-dbeb-47de-b550-c08e2bd985ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5411960e-a15e-4cc3-921f-01fe5ddaec3a",
"Rows": [
{
"ItemId": "21b5d77e-dbeb-47de-b550-c08e2bd985ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "21b5d77e-dbeb-47de-b550-c08e2bd985ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae28d1d8-3568-4c76-80ba-283885e6aea1",
"b04b3a52-074b-4856-b1b7-1f0bfa92e9e0"
],
"Approvers": [
"9b591de6-148a-4403-b9c3-46bd13b9af94",
"bfdd2777-6cb0-4a52-aec5-3a4cf41b05cc"
],
"ApprovedBy": "00573ebc-662b-43b8-aaed-a44b960f9f64",
"ApprovalDate": "2026-04-09T15:27:53.56148+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "95c9004d-509a-43c8-a923-1493296a6f26",
"id": "fdae0ea0-20cb-4a4a-b0c1-5f51c5938d4b",
"ConfigId": "30121030-3f37-48cc-b22a-3cf7e8df5632"
}