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-23T10:14:57.8239538+00:00",
"SubmitDate": "2026-08-23T10:14:57.8239538+00:00",
"ReportPeriodStart": "2026-08-23T10:14:57.8239538+00:00",
"ReportPeriodEnd": "2026-08-23T10:14:57.8239538+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fea6725-9c3d-4e59-80fc-5d8365d52c49",
"Rows": [
{
"ItemId": "ead688a1-6354-4619-9ed0-bcb63925f4d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ead688a1-6354-4619-9ed0-bcb63925f4d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fea6725-9c3d-4e59-80fc-5d8365d52c49",
"Rows": [
{
"ItemId": "ead688a1-6354-4619-9ed0-bcb63925f4d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ead688a1-6354-4619-9ed0-bcb63925f4d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b27cdc48-e2c8-4964-a500-65008fcc4fcd",
"31831561-4bd0-455a-b21f-6abe5f8145b4"
],
"Approvers": [
"bc80cded-52bd-4d0e-9d07-015878efd077",
"6906dd4d-3aad-4875-83d3-f1bdfe0ae0a8"
],
"ApprovedBy": "29a50ed1-fca3-4f4c-95c3-2f61886ad0ad",
"ApprovalDate": "2026-08-23T10:14:57.8239538+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b8649c7d-d47a-4cf7-81c0-bff989ad1cd0",
"WorkPlanId": "3408add2-abc1-4679-93fe-02dc26cf6a37",
"id": "dca2149c-5145-4278-8648-d9b019e11a5f",
"ConfigId": "eb3fd32d-4733-423c-8784-611793f5d7b8"
}