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": "2024-12-16T03:24:10.0651272+00:00", "SubmitDate": "2024-12-16T03:24:10.0651272+00:00", "ReportPeriodStart": "2024-12-16T03:24:10.0651272+00:00", "ReportPeriodEnd": "2024-12-16T03:24:10.0651272+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "8f2dd03e-8b18-43ab-b090-6c9aafc7fe65", "Rows": [ { "ItemId": "a4168b3e-3c60-49dd-b39d-a0ebfe0ac81c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "a4168b3e-3c60-49dd-b39d-a0ebfe0ac81c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "8f2dd03e-8b18-43ab-b090-6c9aafc7fe65", "Rows": [ { "ItemId": "a4168b3e-3c60-49dd-b39d-a0ebfe0ac81c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "a4168b3e-3c60-49dd-b39d-a0ebfe0ac81c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "0eae58d0-3a07-4cb3-b501-9378c3af2e80", "e0fb70f0-f46e-40f7-875d-51de6eeca544" ], "Approvers": [ "9dbdb467-3aad-407d-a175-0c9da37fd4d3", "08998b6e-59b8-4e45-a084-e463acdb30d7" ], "ApprovedBy": "089e69e9-b1dc-4c63-906b-2c9e70ea3609", "ApprovalDate": "2024-12-16T03:24:10.0651272+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "e2ff2754-f56e-4919-ba16-6e42ba958bd8", "id": "5f85f75e-19c1-4e09-9473-5eb29cf96d36", "ConfigId": "3b65043c-2032-492f-bfdc-afd31f6ac0f1" }