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-16T12:50:41.6232005+00:00",
"SubmitDate": "2026-07-16T12:50:41.6232005+00:00",
"ReportPeriodStart": "2026-07-16T12:50:41.6232005+00:00",
"ReportPeriodEnd": "2026-07-16T12:50:41.6232005+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "454a2ea5-b85e-4acd-9435-64bea490e16b",
"Rows": [
{
"ItemId": "12109045-1f6f-4cbe-a297-8c3143b97c31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "12109045-1f6f-4cbe-a297-8c3143b97c31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "454a2ea5-b85e-4acd-9435-64bea490e16b",
"Rows": [
{
"ItemId": "12109045-1f6f-4cbe-a297-8c3143b97c31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "12109045-1f6f-4cbe-a297-8c3143b97c31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b574062a-9c72-4225-b816-81b8d364ea2c",
"14492881-cf40-44e7-bbf1-79e64683a156"
],
"Approvers": [
"f76b1f23-8a68-45bb-a783-67ac56bbd265",
"b3862677-4ac5-413b-9015-ea7af619f456"
],
"ApprovedBy": "da479251-6ffa-4e99-ad86-2f018c3eecd1",
"ApprovalDate": "2026-07-16T12:50:41.6232005+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6503ac87-fdc0-452b-8682-a2ce6900a545",
"WorkPlanId": "7536391e-afb3-469e-8df0-9ae227628d69",
"id": "15f1a4e7-3146-426f-aeb0-1250aa823216",
"ConfigId": "ea84eb89-93be-4cc5-b227-0d530d01e191"
}