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-20T19:02:03.6777308+00:00",
"SubmitDate": "2026-09-20T19:02:03.6777308+00:00",
"ReportPeriodStart": "2026-09-20T19:02:03.6777308+00:00",
"ReportPeriodEnd": "2026-09-20T19:02:03.6777308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "928e7841-81e2-406e-b697-90191661246b",
"Rows": [
{
"ItemId": "638f149e-9f18-4510-8e6c-e6aa54da5183",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "638f149e-9f18-4510-8e6c-e6aa54da5183",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "928e7841-81e2-406e-b697-90191661246b",
"Rows": [
{
"ItemId": "638f149e-9f18-4510-8e6c-e6aa54da5183",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "638f149e-9f18-4510-8e6c-e6aa54da5183",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"083b565d-528c-4a37-a34e-44feb82f5392",
"cca126b0-1abf-4e41-94e3-f763ab7ddc70"
],
"Approvers": [
"721dc730-6154-47ca-9657-90abfe6a211c",
"f911c061-e95b-46a3-bb3a-17d60051a725"
],
"ApprovedBy": "b8cb9bbf-dcd1-474f-9368-0da895561b2a",
"ApprovalDate": "2026-09-20T19:02:03.6777308+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "afef207b-5c74-4c57-a7d4-5f86bac608b7",
"WorkPlanId": "909fb40c-9978-4245-a9d1-ede01017c0aa",
"id": "ff15398a-67b9-4c76-a93c-e5c5630cef76",
"ConfigId": "7b34ab4d-87bd-4113-a9ae-d9754790aa27"
}