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-22T11:23:48.7245016+00:00",
"SubmitDate": "2026-06-22T11:23:48.7245016+00:00",
"ReportPeriodStart": "2026-06-22T11:23:48.7245016+00:00",
"ReportPeriodEnd": "2026-06-22T11:23:48.7245016+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8077b52d-f016-4410-946e-1d4e8010dbc9",
"Rows": [
{
"ItemId": "ad9146d7-1345-46d9-a236-1583b27eb9ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad9146d7-1345-46d9-a236-1583b27eb9ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8077b52d-f016-4410-946e-1d4e8010dbc9",
"Rows": [
{
"ItemId": "ad9146d7-1345-46d9-a236-1583b27eb9ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad9146d7-1345-46d9-a236-1583b27eb9ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c33882e-1e51-440f-a0a3-7a48bf905021",
"4b5e2b63-e1d7-4469-b0b2-62450fa14ec7"
],
"Approvers": [
"36f8c404-936a-4363-b4f1-2b7e03b922bf",
"f85ff15f-0ca4-4266-80a2-c41920a0ec7e"
],
"ApprovedBy": "6d1016ef-2c1f-40f6-8727-965af83d9259",
"ApprovalDate": "2026-06-22T11:23:48.7245016+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a761383-edf6-4c11-a88c-e4639427d159",
"id": "3fa6f68c-8cca-40aa-848f-5b8e6319c296",
"ConfigId": "3cb48b66-08bb-4c42-b42c-3183832e7ee4"
}