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-27T07:26:16.2771402+00:00",
"SubmitDate": "2026-02-27T07:26:16.2771402+00:00",
"ReportPeriodStart": "2026-02-27T07:26:16.2771402+00:00",
"ReportPeriodEnd": "2026-02-27T07:26:16.2771402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69c271d3-c95d-48f1-86f9-fee81bbb0525",
"Rows": [
{
"ItemId": "c3fb5421-d791-494c-bf34-b4946acfa3ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3fb5421-d791-494c-bf34-b4946acfa3ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69c271d3-c95d-48f1-86f9-fee81bbb0525",
"Rows": [
{
"ItemId": "c3fb5421-d791-494c-bf34-b4946acfa3ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3fb5421-d791-494c-bf34-b4946acfa3ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"177319da-6211-410e-a23b-36ef6b9598ea",
"a3ce62ec-50f1-49aa-a536-47b38da057db"
],
"Approvers": [
"ddd930c6-3fbd-48b6-92bd-16623818ab6b",
"008ba230-cf1c-48bc-98b5-654c599b6382"
],
"ApprovedBy": "0351e5d1-deb6-4c77-8672-ddadb8df879a",
"ApprovalDate": "2026-02-27T07:26:16.2771402+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a419c25c-ca41-4519-a1a5-da398993b43c",
"id": "8d528bfb-14db-4820-be57-30d0389f70a0",
"ConfigId": "c60391f0-1b3d-4b3b-972c-7414375a8876"
}