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-19T18:55:42.708095+00:00",
"SubmitDate": "2026-03-19T18:55:42.708095+00:00",
"ReportPeriodStart": "2026-03-19T18:55:42.708095+00:00",
"ReportPeriodEnd": "2026-03-19T18:55:42.708095+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e202f6e0-5f7f-4355-94a6-d8c7c42bbe2f",
"Rows": [
{
"ItemId": "f732d7f4-ffc8-4a38-b7de-62784303df33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f732d7f4-ffc8-4a38-b7de-62784303df33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e202f6e0-5f7f-4355-94a6-d8c7c42bbe2f",
"Rows": [
{
"ItemId": "f732d7f4-ffc8-4a38-b7de-62784303df33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f732d7f4-ffc8-4a38-b7de-62784303df33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7202aff4-ada8-4794-ae5c-833bba9c77f9",
"f0bc57ff-cf82-4358-a84a-7bcf0afb0729"
],
"Approvers": [
"af633d1d-3a29-45dd-991b-aa0543280df0",
"2acfee69-e9e4-4848-94e2-63009454ef24"
],
"ApprovedBy": "836fb2c1-77dd-4c05-a0a6-165b99482754",
"ApprovalDate": "2026-03-19T18:55:42.7237189+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dad8e2fd-68e0-4064-a410-b4422d0bbef8",
"id": "e6cea02f-20db-4739-a588-11bea35e231c",
"ConfigId": "3a252ef2-0dbf-4614-a299-417a89b3abb0"
}