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
StatusReport| Name | 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": "2026-06-23T05:13:14.0075425+00:00",
"SubmitDate": "2026-06-23T05:13:14.0075425+00:00",
"ReportPeriodStart": "2026-06-23T05:13:14.0075425+00:00",
"ReportPeriodEnd": "2026-06-23T05:13:14.0075425+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b9d91956-50f1-467f-8a8f-506db9e304ab",
"Rows": [
{
"ItemId": "e6577679-ad30-41f0-b019-c75a778d3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6577679-ad30-41f0-b019-c75a778d3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b9d91956-50f1-467f-8a8f-506db9e304ab",
"Rows": [
{
"ItemId": "e6577679-ad30-41f0-b019-c75a778d3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6577679-ad30-41f0-b019-c75a778d3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e230dc5-4f1e-46f5-b601-726aa72dd6ff",
"7740a92d-fce4-450d-a900-d28d5f4e122f"
],
"Approvers": [
"d8ae3b79-08ab-4d30-aa60-d6b7b96955a2",
"adfab640-b450-49cc-a7a4-47feb3dcee5f"
],
"ApprovedBy": "c77a1152-3c66-4809-a489-eb8a1c6feb02",
"ApprovalDate": "2026-06-23T05:13:14.0075425+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c61f9fa7-c8e6-4f58-ad6d-7fe74edbd300",
"id": "3bae89ba-0b0f-4863-84d7-3804b9f71f53",
"ConfigId": "4cd7f82b-eb4a-46a4-ae53-c90794170812"
}