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-09-22T23:40:19.6030445+00:00",
"SubmitDate": "2026-09-22T23:40:19.6030445+00:00",
"ReportPeriodStart": "2026-09-22T23:40:19.6030445+00:00",
"ReportPeriodEnd": "2026-09-22T23:40:19.6030445+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7461f107-f2e0-4884-9949-5d43d3fd2e50",
"Rows": [
{
"ItemId": "54a9c66f-4609-41b2-a4d9-f2951f1300a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54a9c66f-4609-41b2-a4d9-f2951f1300a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7461f107-f2e0-4884-9949-5d43d3fd2e50",
"Rows": [
{
"ItemId": "54a9c66f-4609-41b2-a4d9-f2951f1300a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54a9c66f-4609-41b2-a4d9-f2951f1300a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ed98d6ab-6536-4ef0-b921-8ea20809ddb2",
"b8313ae4-28f0-4198-b4b1-cecc88a5fcb4"
],
"Approvers": [
"65ad55a1-7660-4df2-b93b-2e7963cb9fe0",
"1e5ed99c-67d0-428c-87d5-df2c0e99b05a"
],
"ApprovedBy": "78969ad5-7c2e-42b7-9264-fceda375483d",
"ApprovalDate": "2026-09-22T23:40:19.6186701+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "872a1e9e-2654-48ce-8342-4d44ceb4e641",
"WorkPlanId": "386fbfbb-88f4-4a71-8ad4-80f72c789833",
"id": "3593c1fd-c9d9-42ce-a229-c1efca1e9703",
"ConfigId": "fc92d5ee-3663-4fb0-beb0-6211e10b3bfa"
}