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-25T09:11:48.2166993+00:00",
"SubmitDate": "2026-07-25T09:11:48.2166993+00:00",
"ReportPeriodStart": "2026-07-25T09:11:48.2166993+00:00",
"ReportPeriodEnd": "2026-07-25T09:11:48.2166993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7baba13e-1a2b-40f9-ae35-899b87610760",
"Rows": [
{
"ItemId": "d5fb83b2-581b-44ff-9733-a8e152b25032",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5fb83b2-581b-44ff-9733-a8e152b25032",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7baba13e-1a2b-40f9-ae35-899b87610760",
"Rows": [
{
"ItemId": "d5fb83b2-581b-44ff-9733-a8e152b25032",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5fb83b2-581b-44ff-9733-a8e152b25032",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9cc087b4-97e8-4438-b07f-576802297e50",
"f2d9aaf5-de5f-4d74-9162-8f50d4b0a839"
],
"Approvers": [
"83f2f5e9-3b5c-4557-b3bc-a91e95353cd8",
"d86f9f82-b3be-4c6f-934a-64ed8b09930c"
],
"ApprovedBy": "74bcd2dd-d5b5-48a5-8896-8c2a68197a6f",
"ApprovalDate": "2026-07-25T09:11:48.2166993+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8f2cfcc9-0005-4bb7-8298-29d7be31a8dc",
"WorkPlanId": "61cad5cc-5705-4204-850f-4884a10d2163",
"id": "4db82ada-db63-4e2b-8676-681fca029e38",
"ConfigId": "503c6382-5b03-4ddf-b6c4-de9e33f7a460"
}