POST api/statusreports/{id}/approve?Comments={Comments}
Approves 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-04-04T02:39:12.2716253+00:00", "SubmitDate": "2025-04-04T02:39:12.2716253+00:00", "ReportPeriodStart": "2025-04-04T02:39:12.2716253+00:00", "ReportPeriodEnd": "2025-04-04T02:39:12.2716253+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "e6d630cb-0ca6-4235-a52f-84ff763808af", "Rows": [ { "ItemId": "682c323d-848e-4d7f-86e7-39910f8eec5a", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "682c323d-848e-4d7f-86e7-39910f8eec5a", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "e6d630cb-0ca6-4235-a52f-84ff763808af", "Rows": [ { "ItemId": "682c323d-848e-4d7f-86e7-39910f8eec5a", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "682c323d-848e-4d7f-86e7-39910f8eec5a", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "f4db00bd-6584-4761-b459-1beed26975cf", "cc6cbb61-a9cb-475a-a0f8-995ac7e1cc58" ], "Approvers": [ "f6c05aef-7d42-4133-afc7-f2b7c956674b", "a5d27bc2-3564-42bf-bc19-a2e6766fe6c0" ], "ApprovedBy": "22eb50b0-5725-4985-81b8-98b7782347ec", "ApprovalDate": "2025-04-04T02:39:12.2872528+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "f04ef76c-e4ab-4b24-b8a4-82c33979d642", "id": "9b185542-fab8-45eb-8311-8e6c1d42be0f", "ConfigId": "ed2ac5f0-ed6a-44ea-84da-9b939dcc0b30" }