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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-05T04:18:28.8514418+00:00",
"SubmitDate": "2026-08-05T04:18:28.8514418+00:00",
"ReportPeriodStart": "2026-08-05T04:18:28.8514418+00:00",
"ReportPeriodEnd": "2026-08-05T04:18:28.8514418+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c389c98e-2693-44dd-881b-aa5ba28b9df9",
"Rows": [
{
"ItemId": "cce555c7-9849-4b75-a2e9-13738d1ea329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cce555c7-9849-4b75-a2e9-13738d1ea329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c389c98e-2693-44dd-881b-aa5ba28b9df9",
"Rows": [
{
"ItemId": "cce555c7-9849-4b75-a2e9-13738d1ea329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cce555c7-9849-4b75-a2e9-13738d1ea329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"83051f96-fbb5-4373-808d-c4e8b771520d",
"fc0399f2-f706-4b5a-8079-3aff7c5a333e"
],
"Approvers": [
"c5605823-8856-4df1-9269-9ff268a5c3a1",
"d597c605-3e34-42c3-a549-358bb2c6294e"
],
"ApprovedBy": "29eb824a-ecb3-4812-acc9-df1f8be2bda4",
"ApprovalDate": "2026-08-05T04:18:28.8514418+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d11a2075-418a-437f-839d-a45e579e586c",
"WorkPlanId": "6e41bd8c-d3d1-4b26-9eb9-35322add381c",
"id": "0e86fb40-15a5-4a89-a875-91f55a096227",
"ConfigId": "cee63339-ab5d-44d3-a333-db8e6b65135c"
}