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-04T00:56:38.2780166+00:00",
"SubmitDate": "2026-08-04T00:56:38.2780166+00:00",
"ReportPeriodStart": "2026-08-04T00:56:38.2780166+00:00",
"ReportPeriodEnd": "2026-08-04T00:56:38.2780166+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "edafce12-c059-47d6-a812-01311d958228",
"Rows": [
{
"ItemId": "41c7dc89-43a6-4d52-b57a-051bf0166e87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41c7dc89-43a6-4d52-b57a-051bf0166e87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "edafce12-c059-47d6-a812-01311d958228",
"Rows": [
{
"ItemId": "41c7dc89-43a6-4d52-b57a-051bf0166e87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41c7dc89-43a6-4d52-b57a-051bf0166e87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9eee5150-e200-49f9-918e-4b6110272aa9",
"c1553465-378c-4ad9-9359-77d4fe30591c"
],
"Approvers": [
"6a894386-4c89-4e6b-860c-d8f5918623c3",
"cea17c33-0132-4319-b4e9-ae986b9e2ba8"
],
"ApprovedBy": "996b50e4-a90f-4eb8-947f-766f4d07cfc2",
"ApprovalDate": "2026-08-04T00:56:38.2780166+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "54f875d5-e414-4496-8a4d-0e2892779476",
"WorkPlanId": "ead1549b-8d00-4d37-a059-57dafb65d2e6",
"id": "ce5182b8-8468-4527-b7ef-9d376de2b2ac",
"ConfigId": "871a1fa0-742c-4b5f-94e8-d8a5669ab599"
}