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-08-11T10:44:48.0744817+00:00",
"SubmitDate": "2026-08-11T10:44:48.0744817+00:00",
"ReportPeriodStart": "2026-08-11T10:44:48.0744817+00:00",
"ReportPeriodEnd": "2026-08-11T10:44:48.0744817+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "04147e3c-0ceb-4d73-94b5-103225e2c848",
"Rows": [
{
"ItemId": "3515eeb8-fc93-4352-adfc-dea7966efd21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3515eeb8-fc93-4352-adfc-dea7966efd21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "04147e3c-0ceb-4d73-94b5-103225e2c848",
"Rows": [
{
"ItemId": "3515eeb8-fc93-4352-adfc-dea7966efd21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3515eeb8-fc93-4352-adfc-dea7966efd21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cff25119-3a1f-45b8-acff-467d290f38e6",
"b218e578-ce0a-4483-9af6-ee08d050df77"
],
"Approvers": [
"904850af-a3b2-4a54-af09-f890bc8be2a8",
"79f7bf6c-9055-4198-bcdd-4f0da9178c1d"
],
"ApprovedBy": "1b223a63-aada-45de-9790-0a6a68e0e04d",
"ApprovalDate": "2026-08-11T10:44:48.0744817+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "be53d080-9662-4b71-8c69-104f5bd6fbc7",
"WorkPlanId": "6dc2b577-b7fc-4603-8dc1-069c1f079c19",
"id": "3b4d4480-a903-46a4-b827-371fc831f3f1",
"ConfigId": "72b3f1b7-7e68-4e5b-b17e-67118b8730da"
}