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-25T20:21:01.4076506+00:00",
"SubmitDate": "2026-09-25T20:21:01.4076506+00:00",
"ReportPeriodStart": "2026-09-25T20:21:01.4076506+00:00",
"ReportPeriodEnd": "2026-09-25T20:21:01.4076506+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "372387b3-614a-4d01-8480-114eed642bc2",
"Rows": [
{
"ItemId": "bc770990-d750-493a-8066-221d5f64a6a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc770990-d750-493a-8066-221d5f64a6a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "372387b3-614a-4d01-8480-114eed642bc2",
"Rows": [
{
"ItemId": "bc770990-d750-493a-8066-221d5f64a6a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc770990-d750-493a-8066-221d5f64a6a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a526114f-e49d-47b6-a0aa-fd73e2bde056",
"890d6b06-4d5f-40f9-a287-7bd1a509089e"
],
"Approvers": [
"5c5311b0-fe0f-47d7-abe9-fc3f210ee631",
"1fcb0bfd-3fa2-4627-98d4-615502aeac3c"
],
"ApprovedBy": "5ed4b5d6-f492-4f8c-9a96-52f19135a116",
"ApprovalDate": "2026-09-25T20:21:01.4076506+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "caa15eb3-c23b-4305-913a-19e53abf49f3",
"WorkPlanId": "f95ffbbd-a29c-4daf-95f0-27eebcca4e62",
"id": "2722f337-aa19-4a3c-b70c-ed7f6a8a103b",
"ConfigId": "42097f7e-262c-4961-b1db-8f3109c1fa71"
}