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-26T22:02:43.1506058+00:00",
"SubmitDate": "2026-09-26T22:02:43.1506058+00:00",
"ReportPeriodStart": "2026-09-26T22:02:43.1506058+00:00",
"ReportPeriodEnd": "2026-09-26T22:02:43.1506058+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70ce0a73-b72c-4a01-a4d0-99e3dc6aab51",
"Rows": [
{
"ItemId": "9bf4e649-6700-4263-ba1b-cf77bbcb652d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9bf4e649-6700-4263-ba1b-cf77bbcb652d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70ce0a73-b72c-4a01-a4d0-99e3dc6aab51",
"Rows": [
{
"ItemId": "9bf4e649-6700-4263-ba1b-cf77bbcb652d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9bf4e649-6700-4263-ba1b-cf77bbcb652d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3eacfaec-76e1-491c-9bb4-35d06de4c258",
"eef702bd-1499-45a3-841e-72ac558e41f7"
],
"Approvers": [
"19cacb10-22a0-44cd-8835-8a949a028591",
"328019f3-bff2-4f43-8588-d781a0b8dfb7"
],
"ApprovedBy": "98a5a3f1-e6ef-48f9-be32-2fcb5b061338",
"ApprovalDate": "2026-09-26T22:02:43.1506058+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e3ec33ff-0921-4108-9dba-4ec743c9f356",
"WorkPlanId": "692738d4-21d7-42bd-9fdb-bd076c292de7",
"id": "36b4d02a-4e53-450d-91d4-6a684f2dc157",
"ConfigId": "935de72e-59d8-487e-a515-bd766b990679"
}