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-10T14:42:16.4517244+00:00",
"SubmitDate": "2026-07-10T14:42:16.4517244+00:00",
"ReportPeriodStart": "2026-07-10T14:42:16.4517244+00:00",
"ReportPeriodEnd": "2026-07-10T14:42:16.4517244+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4cf11847-673b-4612-82e6-b07fc116fa59",
"Rows": [
{
"ItemId": "36435984-4821-4091-a734-19224180458b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "36435984-4821-4091-a734-19224180458b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4cf11847-673b-4612-82e6-b07fc116fa59",
"Rows": [
{
"ItemId": "36435984-4821-4091-a734-19224180458b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "36435984-4821-4091-a734-19224180458b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"79c1f868-652a-45dd-a6bf-715657deb690",
"6919a284-d0e0-494a-8d10-8e23eaba8dcb"
],
"Approvers": [
"6002ad6d-69e0-40aa-b2d0-747dd9f5562f",
"b4977910-8993-4be8-88f1-da2e370ce19c"
],
"ApprovedBy": "f8c215c5-467e-4f2f-9ab1-d74979f7d91b",
"ApprovalDate": "2026-07-10T14:42:16.4673519+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8337f989-e498-4163-a59c-1bc21fa3db65",
"WorkPlanId": "2fba94e4-9033-4f78-893c-1e64a8ef2350",
"id": "0fa64fe6-6bd9-4552-9de8-d8d971ee2898",
"ConfigId": "c7eafcb4-04db-4f19-b557-f8db0176b8fa"
}