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-06-03T23:16:36.8673347+00:00",
"SubmitDate": "2026-06-03T23:16:36.8673347+00:00",
"ReportPeriodStart": "2026-06-03T23:16:36.8673347+00:00",
"ReportPeriodEnd": "2026-06-03T23:16:36.8673347+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f481cda2-90c8-4019-b749-fd7ed366fa9d",
"Rows": [
{
"ItemId": "b5971c0a-66fe-437d-a766-959dbdcdba5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b5971c0a-66fe-437d-a766-959dbdcdba5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f481cda2-90c8-4019-b749-fd7ed366fa9d",
"Rows": [
{
"ItemId": "b5971c0a-66fe-437d-a766-959dbdcdba5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b5971c0a-66fe-437d-a766-959dbdcdba5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3725d373-6aee-4f77-a0db-a6c86c5086c7",
"7c878f50-3167-4955-8d54-9586c7a78be8"
],
"Approvers": [
"214f8e18-00b4-45cd-a88b-ffbcfe0cbcb2",
"b1e4fae4-541e-4e38-94e4-2bd11b6a2263"
],
"ApprovedBy": "57140d95-ba26-4921-ac50-41e7603bf27f",
"ApprovalDate": "2026-06-03T23:16:36.8673347+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bf61570e-4b65-47d7-9aac-c4a1442b3c7c",
"id": "d92e28dc-f098-475e-a31b-eb04e4ecd134",
"ConfigId": "604bdc69-c10a-45b4-8a20-05816571b1c9"
}