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-10-19T12:35:53.0115919+00:00", "SubmitDate": "2025-10-19T12:35:53.0115919+00:00", "ReportPeriodStart": "2025-10-19T12:35:53.0115919+00:00", "ReportPeriodEnd": "2025-10-19T12:35:53.0115919+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "59154082-d655-4d9b-8481-6ce33026b7ef", "Rows": [ { "ItemId": "e9893d65-ceca-4561-93b3-f5c9519ca8be", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "e9893d65-ceca-4561-93b3-f5c9519ca8be", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "59154082-d655-4d9b-8481-6ce33026b7ef", "Rows": [ { "ItemId": "e9893d65-ceca-4561-93b3-f5c9519ca8be", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "e9893d65-ceca-4561-93b3-f5c9519ca8be", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "1b73f0ad-0c21-4772-aa02-a04a57ddf98c", "da51c7bd-2281-456a-8263-292ad8abaec3" ], "Approvers": [ "39f0882f-0539-43ca-9e24-e23855e38a69", "818593d1-e384-4431-9446-1ebd8aab5a5f" ], "ApprovedBy": "aa0791eb-a80b-4287-b5c2-e6638246968f", "ApprovalDate": "2025-10-19T12:35:53.0115919+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "2489a295-deab-4122-a6c2-1ba792bbd455", "id": "3b83a268-49a3-4c68-870b-ccf9418d0943", "ConfigId": "5b4fdf1a-4cdc-4990-884f-6ca4bf4ee70b" }