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-04T08:41:09.063521+00:00",
"SubmitDate": "2026-09-04T08:41:09.063521+00:00",
"ReportPeriodStart": "2026-09-04T08:41:09.063521+00:00",
"ReportPeriodEnd": "2026-09-04T08:41:09.063521+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52cb5f99-27b4-468b-9741-0a11d6390598",
"Rows": [
{
"ItemId": "f15643fb-46fc-42fe-bb44-cfbb4ecd69ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f15643fb-46fc-42fe-bb44-cfbb4ecd69ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52cb5f99-27b4-468b-9741-0a11d6390598",
"Rows": [
{
"ItemId": "f15643fb-46fc-42fe-bb44-cfbb4ecd69ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f15643fb-46fc-42fe-bb44-cfbb4ecd69ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"500ab9d1-690b-4c51-9720-a1e78dc93475",
"907f5a2d-a7ee-4a75-b60f-60d078d080a5"
],
"Approvers": [
"6953adf4-3364-45bb-9be8-89bbc9ccb387",
"94d17743-76da-4aed-8678-ea9fda1d86ff"
],
"ApprovedBy": "9adb7907-ca8a-43f3-a1f7-01939fa692e7",
"ApprovalDate": "2026-09-04T08:41:09.063521+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7ac372b0-1926-4475-9c79-3c673cab64ca",
"WorkPlanId": "f8ef5830-037e-4dd6-9c80-b1eed6ad3bc6",
"id": "eafb149a-4748-4a09-9e40-8fcff6f3a569",
"ConfigId": "476d1258-903c-4bc8-8d1a-834de641cfa1"
}