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-16T05:59:26.3510657+00:00",
"SubmitDate": "2026-08-16T05:59:26.3510657+00:00",
"ReportPeriodStart": "2026-08-16T05:59:26.3510657+00:00",
"ReportPeriodEnd": "2026-08-16T05:59:26.3510657+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9e6580bb-bf8f-407f-91fa-31f5472cc23d",
"Rows": [
{
"ItemId": "47fed924-dc18-4bd8-8784-3b54683f0bf5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "47fed924-dc18-4bd8-8784-3b54683f0bf5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9e6580bb-bf8f-407f-91fa-31f5472cc23d",
"Rows": [
{
"ItemId": "47fed924-dc18-4bd8-8784-3b54683f0bf5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "47fed924-dc18-4bd8-8784-3b54683f0bf5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c469fefb-ece1-4573-883e-e6a04ac7a1d0",
"ee60c89f-64fa-418d-a5cb-fae3e21e0bcd"
],
"Approvers": [
"cce94026-45ec-4f03-a5c3-3a812c7d7504",
"987dd06a-8c02-4b0a-a2c0-480780c43731"
],
"ApprovedBy": "c72459b1-1408-44e3-896d-6c8b5959f97c",
"ApprovalDate": "2026-08-16T05:59:26.3510657+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5bc6231e-6530-48f6-ac79-1cdf5bbd157a",
"WorkPlanId": "d53d97b4-f883-4976-a867-3d33729b38e2",
"id": "dbe40b87-4751-47d5-b5f8-f5a49932b89b",
"ConfigId": "6ac9008a-682c-4296-a765-2eb95c41b614"
}