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-26T22:32:49.4136403+00:00",
"SubmitDate": "2026-03-26T22:32:49.4136403+00:00",
"ReportPeriodStart": "2026-03-26T22:32:49.4136403+00:00",
"ReportPeriodEnd": "2026-03-26T22:32:49.4136403+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "07b83b6e-850b-47af-aed2-a435335bad28",
"Rows": [
{
"ItemId": "fa87c74c-6d81-4005-b973-6243b817e8fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa87c74c-6d81-4005-b973-6243b817e8fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "07b83b6e-850b-47af-aed2-a435335bad28",
"Rows": [
{
"ItemId": "fa87c74c-6d81-4005-b973-6243b817e8fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa87c74c-6d81-4005-b973-6243b817e8fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a5b44f7c-6b8e-4937-a9c1-f2e0063825e1",
"9657cc51-030c-457b-ade1-295f234a04a2"
],
"Approvers": [
"8312a8ff-1848-4779-8153-986e67b20a0a",
"36ce1574-3c67-4280-adf8-44344e05e699"
],
"ApprovedBy": "3a84ef68-31e6-4cfe-b5b7-4865a0b0b8da",
"ApprovalDate": "2026-03-26T22:32:49.4136403+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "26c4e9e7-e172-4a79-abe2-75fb3cb2eacb",
"id": "ce42c883-0fd7-4ad8-a641-a0cb0563de2e",
"ConfigId": "9c5cd2b0-176e-4d6e-8be3-46a512d35023"
}