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-05-31T17:21:32.8921516+00:00",
"SubmitDate": "2026-05-31T17:21:32.8921516+00:00",
"ReportPeriodStart": "2026-05-31T17:21:32.8921516+00:00",
"ReportPeriodEnd": "2026-05-31T17:21:32.8921516+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2f7eb12c-615d-4370-b843-c0867ba92fce",
"Rows": [
{
"ItemId": "a039955a-9e32-40de-bea1-e54402fcae2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a039955a-9e32-40de-bea1-e54402fcae2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2f7eb12c-615d-4370-b843-c0867ba92fce",
"Rows": [
{
"ItemId": "a039955a-9e32-40de-bea1-e54402fcae2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a039955a-9e32-40de-bea1-e54402fcae2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"037fcf4e-bf9b-4e54-9c8f-2b05e4ad9aba",
"0b6c15a1-7e9b-43dc-9be3-c9422dd56703"
],
"Approvers": [
"a4005046-5cbc-4b9f-9de7-ab375612d46b",
"7f91d798-5c0c-4776-824d-c8d702e55b2d"
],
"ApprovedBy": "307f57e0-13c8-4f90-8c3d-0d4761238885",
"ApprovalDate": "2026-05-31T17:21:32.8921516+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dfa3ae1f-5ed5-4510-ba3d-b11330e6409a",
"id": "b6d52b0a-465b-4dce-88e5-5e11400c6ff7",
"ConfigId": "87a8f011-6955-43b6-a970-bc0a46bd01f9"
}