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-05-23T21:32:36.4785292+00:00", "SubmitDate": "2025-05-23T21:32:36.4785292+00:00", "ReportPeriodStart": "2025-05-23T21:32:36.4785292+00:00", "ReportPeriodEnd": "2025-05-23T21:32:36.4785292+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "9622dd70-42f1-4291-ba1e-7c784343f8b0", "Rows": [ { "ItemId": "41d3c24c-0ed3-4b40-b560-8dc9976c9c5b", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "41d3c24c-0ed3-4b40-b560-8dc9976c9c5b", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "9622dd70-42f1-4291-ba1e-7c784343f8b0", "Rows": [ { "ItemId": "41d3c24c-0ed3-4b40-b560-8dc9976c9c5b", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "41d3c24c-0ed3-4b40-b560-8dc9976c9c5b", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "313f1614-d6e8-4615-9a21-2695a99d5327", "f31a7810-0faa-471d-9553-fba12b6775fe" ], "Approvers": [ "b41d51ce-1364-4d4d-8a70-7680c0f4691f", "509903ec-f330-4c45-aa35-4fae290fd181" ], "ApprovedBy": "c89e36cc-df27-4ac3-bde9-3a920a1b16b9", "ApprovalDate": "2025-05-23T21:32:36.4785292+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "5e65e093-b503-4aa1-acd6-98e6b85914f4", "id": "569253a9-5107-484e-917b-a8ac2eeabbb9", "ConfigId": "d59216ee-f7a9-4074-9574-6b1c7d00644a" }