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-09-16T19:42:38.9288395+00:00", "SubmitDate": "2025-09-16T19:42:38.9288395+00:00", "ReportPeriodStart": "2025-09-16T19:42:38.9288395+00:00", "ReportPeriodEnd": "2025-09-16T19:42:38.9288395+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "ba500580-ac9b-4b6f-bf59-6910115fe341", "Rows": [ { "ItemId": "ad69fbc7-289e-4e3d-8343-5651a50aef82", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "ad69fbc7-289e-4e3d-8343-5651a50aef82", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "ba500580-ac9b-4b6f-bf59-6910115fe341", "Rows": [ { "ItemId": "ad69fbc7-289e-4e3d-8343-5651a50aef82", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "ad69fbc7-289e-4e3d-8343-5651a50aef82", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "dbd4bfc4-87a0-4e97-be62-ff194fd818bb", "70de1a14-9f00-4955-b23c-f45ca00ef680" ], "Approvers": [ "8d792d8b-5e19-479d-9c4f-0a4b4b2b4527", "dd09532e-d1bf-4125-b989-5cb428de812f" ], "ApprovedBy": "ca01f27e-1111-467c-85d8-0eae9b8db341", "ApprovalDate": "2025-09-16T19:42:38.9288395+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "9381bc5e-0f88-4082-9c69-7650e6d12323", "id": "d2395163-4d05-4bc3-bd01-b98e4bab8ba1", "ConfigId": "aae36af2-8f5b-4149-86c1-a165ef816784" }