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-26T08:55:44.6878707+00:00",
"SubmitDate": "2026-09-26T08:55:44.6878707+00:00",
"ReportPeriodStart": "2026-09-26T08:55:44.6878707+00:00",
"ReportPeriodEnd": "2026-09-26T08:55:44.6878707+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "624f46b6-9a73-410f-848e-f114c6306a1e",
"Rows": [
{
"ItemId": "f2a6be52-1d27-4df9-9728-74aa16193d11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2a6be52-1d27-4df9-9728-74aa16193d11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "624f46b6-9a73-410f-848e-f114c6306a1e",
"Rows": [
{
"ItemId": "f2a6be52-1d27-4df9-9728-74aa16193d11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2a6be52-1d27-4df9-9728-74aa16193d11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"164f35a4-8536-4849-8e74-f5655ea61fe4",
"e9271ce5-f4cd-45fb-83c7-a75b247bece7"
],
"Approvers": [
"af944c03-01e8-49ea-ad98-f8b18b93ba5a",
"2c4e733c-fc20-4fd7-9c4f-1fc1379de58c"
],
"ApprovedBy": "e3dbac84-0b95-47ba-a121-4978a88e0848",
"ApprovalDate": "2026-09-26T08:55:44.6878707+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "20a88b15-f147-44b9-922c-447389e5c2bf",
"WorkPlanId": "e753447e-18c6-417f-9db6-a0d0a3f0f2b6",
"id": "7b586c33-2a4c-4062-96a1-0a71f5aede02",
"ConfigId": "0da703aa-509a-4b18-914b-bf955c812ac9"
}