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-07-21T14:46:50.5923109+00:00",
"SubmitDate": "2026-07-21T14:46:50.5923109+00:00",
"ReportPeriodStart": "2026-07-21T14:46:50.5923109+00:00",
"ReportPeriodEnd": "2026-07-21T14:46:50.5923109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6cdb6c95-c0c4-4b5b-a336-0273b4daed1c",
"Rows": [
{
"ItemId": "f7f943aa-ff9f-43b8-9afd-4413b1f43253",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f7f943aa-ff9f-43b8-9afd-4413b1f43253",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6cdb6c95-c0c4-4b5b-a336-0273b4daed1c",
"Rows": [
{
"ItemId": "f7f943aa-ff9f-43b8-9afd-4413b1f43253",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f7f943aa-ff9f-43b8-9afd-4413b1f43253",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62ac4991-eacb-46ec-a05c-7ca2a8528760",
"5fab5e8c-0868-4625-9986-7ac7efe57970"
],
"Approvers": [
"ca759a1e-c44a-4b05-a0ff-6c4c2d5a5ed9",
"73eaaf83-3e31-4ca5-befd-a024a94c7ace"
],
"ApprovedBy": "67b73814-90c5-4b58-a9fc-8e6e2fe9707b",
"ApprovalDate": "2026-07-21T14:46:50.5923109+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8cca19c0-346e-4639-a1f8-9d3d702a348a",
"WorkPlanId": "eaa14c3f-41a7-4b81-8aae-9fd699fd08b6",
"id": "1d96e22d-8945-43dd-8494-999d4fe217e5",
"ConfigId": "2d93cee9-411d-4d97-b8ea-792a046a61a3"
}