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-03-05T02:00:16.9753735+00:00",
"SubmitDate": "2026-03-05T02:00:16.9753735+00:00",
"ReportPeriodStart": "2026-03-05T02:00:16.9753735+00:00",
"ReportPeriodEnd": "2026-03-05T02:00:16.9753735+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "177871d7-82a5-47f0-b434-ff734b929754",
"Rows": [
{
"ItemId": "7d68811f-911e-4be5-bb71-0f72575e1ddf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7d68811f-911e-4be5-bb71-0f72575e1ddf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "177871d7-82a5-47f0-b434-ff734b929754",
"Rows": [
{
"ItemId": "7d68811f-911e-4be5-bb71-0f72575e1ddf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7d68811f-911e-4be5-bb71-0f72575e1ddf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"18aa27d7-0190-49a4-b649-65737987d201",
"eec7fe8d-13ed-49bc-a541-214accc5bc66"
],
"Approvers": [
"6fe10488-2b4b-4763-937f-8784bc75beae",
"105834bb-c852-4c00-9633-6b2d5cffc9ff"
],
"ApprovedBy": "1b6f3087-0376-4fce-a680-1c3f432a53fe",
"ApprovalDate": "2026-03-05T02:00:16.9753735+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "05c1253b-6071-427f-8096-0e4f2b15e717",
"id": "9cfb510b-fbd7-410b-ba9e-57b86176bc06",
"ConfigId": "59f15c3c-b4e9-4ea3-87c0-9dd9ec3eba7d"
}