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-21T06:46:55.7779486+00:00",
"SubmitDate": "2026-08-21T06:46:55.7779486+00:00",
"ReportPeriodStart": "2026-08-21T06:46:55.7779486+00:00",
"ReportPeriodEnd": "2026-08-21T06:46:55.7779486+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "343bd4d6-1e90-4198-b422-e521ab5830e7",
"Rows": [
{
"ItemId": "6d02d79e-cfb6-401b-b3fe-daf7d4445d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6d02d79e-cfb6-401b-b3fe-daf7d4445d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "343bd4d6-1e90-4198-b422-e521ab5830e7",
"Rows": [
{
"ItemId": "6d02d79e-cfb6-401b-b3fe-daf7d4445d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6d02d79e-cfb6-401b-b3fe-daf7d4445d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3e219a85-252b-4820-aa8d-dd0397e23458",
"930f8785-b687-4253-98e2-49efac406ca2"
],
"Approvers": [
"e6209a45-5d8e-4ae1-be49-f46b098b2404",
"1799f596-3bcc-4838-8bc1-e27b8c256aee"
],
"ApprovedBy": "bd675582-cf75-44ac-89bf-36178a6a4040",
"ApprovalDate": "2026-08-21T06:46:55.7779486+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c96ac85e-b918-4369-aff3-6266bc870bf2",
"WorkPlanId": "73f49e01-dc9a-4f89-8993-e58dbe39aaa5",
"id": "92542c97-8a8a-4a1e-a928-193b6f7c5f0c",
"ConfigId": "86762a8a-02a9-44c1-ba19-86ebc03e19c5"
}