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
StatusReportName | 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": "2025-09-03T18:01:16.6085304+00:00", "SubmitDate": "2025-09-03T18:01:16.6085304+00:00", "ReportPeriodStart": "2025-09-03T18:01:16.6085304+00:00", "ReportPeriodEnd": "2025-09-03T18:01:16.6085304+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "b5612232-8859-4072-8d09-8f5c2571bd52", "Rows": [ { "ItemId": "993067ff-5f90-42ad-bbc8-1a4db1ec0382", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "993067ff-5f90-42ad-bbc8-1a4db1ec0382", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "b5612232-8859-4072-8d09-8f5c2571bd52", "Rows": [ { "ItemId": "993067ff-5f90-42ad-bbc8-1a4db1ec0382", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "993067ff-5f90-42ad-bbc8-1a4db1ec0382", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "1e5d3dc3-c1a8-4c8d-b151-4f14a6b12883", "8d3b45b7-f0dd-4b6b-8a60-31742ea2be69" ], "Approvers": [ "c7fe3430-42db-4427-8c99-e808f1561cac", "f2ee9854-f555-467e-856d-45ec0b952f4c" ], "ApprovedBy": "023cbda8-a69e-42fc-b92c-f0269838b086", "ApprovalDate": "2025-09-03T18:01:16.6085304+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "06ebeec2-1d62-4be1-868a-e7775415744c", "id": "3dc84ca4-e45d-4666-b200-a9a485c49ebc", "ConfigId": "ef1e6a12-b1fc-44f9-a29a-271fb292e8a9" }