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-16T13:57:35.6605067+00:00", "SubmitDate": "2025-09-16T13:57:35.6605067+00:00", "ReportPeriodStart": "2025-09-16T13:57:35.6605067+00:00", "ReportPeriodEnd": "2025-09-16T13:57:35.6605067+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "e03fdbd8-9865-4493-8afa-060c959f7f99", "Rows": [ { "ItemId": "de7ce96a-1cbf-4974-92d4-1ec7f150b75e", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "de7ce96a-1cbf-4974-92d4-1ec7f150b75e", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "e03fdbd8-9865-4493-8afa-060c959f7f99", "Rows": [ { "ItemId": "de7ce96a-1cbf-4974-92d4-1ec7f150b75e", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "de7ce96a-1cbf-4974-92d4-1ec7f150b75e", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "cd70e3cc-07b5-4796-bdd9-9dec4a2887ec", "6c5362b2-deec-4279-b33f-f7f74edf7d09" ], "Approvers": [ "1a56bcaa-e93f-43a3-8129-a4759ed3ab28", "98966df7-eebb-4d1f-80c7-c2c4cf29c017" ], "ApprovedBy": "16add08c-ab4f-40fc-a074-8342b352b834", "ApprovalDate": "2025-09-16T13:57:35.6605067+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "ba689659-fa97-4240-a15d-520399f37fc7", "id": "af8c9f15-64d5-452b-a3e3-3e3270d19400", "ConfigId": "ef189053-9b95-48c7-85b0-9f2991cd7c87" }