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-01T21:23:19.0129127+00:00",
"SubmitDate": "2026-07-01T21:23:19.0129127+00:00",
"ReportPeriodStart": "2026-07-01T21:23:19.0129127+00:00",
"ReportPeriodEnd": "2026-07-01T21:23:19.0129127+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c5950ee6-a6a4-4919-a011-3acb1c3e1cf5",
"Rows": [
{
"ItemId": "9d10d9f1-9afe-421f-9472-6929f7340f60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9d10d9f1-9afe-421f-9472-6929f7340f60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c5950ee6-a6a4-4919-a011-3acb1c3e1cf5",
"Rows": [
{
"ItemId": "9d10d9f1-9afe-421f-9472-6929f7340f60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9d10d9f1-9afe-421f-9472-6929f7340f60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"54e32593-a219-43a6-85e4-6d547e927d77",
"0c273e15-9958-4f77-963b-ed8341686b42"
],
"Approvers": [
"78980181-1aa6-4a22-a406-97e19cc430b2",
"e48403da-96a2-4f59-8516-98ae3c570db1"
],
"ApprovedBy": "12f4f76e-db71-4fee-80a6-7740c40d8bb2",
"ApprovalDate": "2026-07-01T21:23:19.0129127+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3e2b13c3-cc24-4ebf-a392-79661248a15b",
"WorkPlanId": "0b50ac2c-6a39-4b84-a6df-6cd3c86e21d6",
"id": "ccdd7b3b-6570-40d4-b75e-d8f5410d05d7",
"ConfigId": "52577bf9-63e1-48d8-835d-c8464a61495e"
}