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-11T02:35:00.8926447+00:00",
"SubmitDate": "2026-05-11T02:35:00.8926447+00:00",
"ReportPeriodStart": "2026-05-11T02:35:00.8926447+00:00",
"ReportPeriodEnd": "2026-05-11T02:35:00.8926447+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1dea1f48-9ebf-41e0-b2e7-d25e13293b90",
"Rows": [
{
"ItemId": "da19f5c2-3169-4a37-a31c-25181d73debc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da19f5c2-3169-4a37-a31c-25181d73debc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1dea1f48-9ebf-41e0-b2e7-d25e13293b90",
"Rows": [
{
"ItemId": "da19f5c2-3169-4a37-a31c-25181d73debc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da19f5c2-3169-4a37-a31c-25181d73debc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"73c7a490-5e4b-4652-8d2c-7f2ffe371e8c",
"bb347343-b9b2-42cb-b3ef-2d3951cc1231"
],
"Approvers": [
"3bb70d22-7b1d-449c-a851-9ec2ae779f10",
"dbe33649-fa84-4768-b1b4-635e212a7858"
],
"ApprovedBy": "40451303-5637-4d9d-a505-4ed5137289f6",
"ApprovalDate": "2026-05-11T02:35:00.8926447+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dd2d174e-e435-42d5-9b9c-0d5bf5ccdeae",
"id": "c1f5dfcd-7707-4d17-b6b5-2b7f437e4364",
"ConfigId": "1a5bbc9c-56e8-4729-ad44-554893768974"
}