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-24T18:23:58.8507167+00:00",
"SubmitDate": "2026-09-24T18:23:58.8507167+00:00",
"ReportPeriodStart": "2026-09-24T18:23:58.8507167+00:00",
"ReportPeriodEnd": "2026-09-24T18:23:58.8507167+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9b7c4e69-184f-43f0-ae5f-20ccf97b23d3",
"Rows": [
{
"ItemId": "06eb4f72-568c-4451-8308-b7fc8a9eeafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "06eb4f72-568c-4451-8308-b7fc8a9eeafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9b7c4e69-184f-43f0-ae5f-20ccf97b23d3",
"Rows": [
{
"ItemId": "06eb4f72-568c-4451-8308-b7fc8a9eeafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "06eb4f72-568c-4451-8308-b7fc8a9eeafd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2004bbe8-24a1-4a54-9650-09cdc3960fd7",
"c9b99d3a-37b2-4298-a687-830d4726b2ef"
],
"Approvers": [
"2f8aa449-5b4d-416e-9146-26215ba20b39",
"c99ea618-75ba-4dd3-a5dd-6183de468878"
],
"ApprovedBy": "d8fec482-1793-4b85-83e6-334c3125b5cc",
"ApprovalDate": "2026-09-24T18:23:58.8507167+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "dbf5f7d2-5b0e-4a06-85cf-6bd3a1ab6704",
"WorkPlanId": "927cce93-48c1-4308-9abb-8424ecb2bacd",
"id": "b9f720aa-d237-4a7f-bd39-874c51284810",
"ConfigId": "9d7ef208-91d4-42ca-ab68-6d29d0c2ca8e"
}