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-21T00:21:07.3272818+00:00",
"SubmitDate": "2026-07-21T00:21:07.3272818+00:00",
"ReportPeriodStart": "2026-07-21T00:21:07.3272818+00:00",
"ReportPeriodEnd": "2026-07-21T00:21:07.3272818+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f02a4c7-9d5c-4204-82cf-87c7b4196870",
"Rows": [
{
"ItemId": "c5518053-f58d-496d-898e-ed81478ff828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5518053-f58d-496d-898e-ed81478ff828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f02a4c7-9d5c-4204-82cf-87c7b4196870",
"Rows": [
{
"ItemId": "c5518053-f58d-496d-898e-ed81478ff828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5518053-f58d-496d-898e-ed81478ff828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"db75ea5e-f767-4e91-84ca-18fffb572ee6",
"ca6fbe4e-9736-4fe9-8f9b-162e1f27aa98"
],
"Approvers": [
"b9b1adc8-dc58-4335-b638-5d95e7a1ed68",
"7552fe7a-2f8d-49f6-a5bb-5ad5d178a654"
],
"ApprovedBy": "f9f4f36c-62dd-4896-93f0-158a8cea2f9b",
"ApprovalDate": "2026-07-21T00:21:07.3272818+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7d2ab4de-bcee-4eb2-926e-ba4c64cd1b4f",
"WorkPlanId": "9ace62f6-8085-4c68-bd6f-a7153f9db13a",
"id": "92db27ae-deff-4897-a143-03a47b80c4b1",
"ConfigId": "5c0db82c-33c0-4a41-b227-01c2eef286d9"
}