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-10T10:02:16.502155+00:00",
"SubmitDate": "2026-08-10T10:02:16.502155+00:00",
"ReportPeriodStart": "2026-08-10T10:02:16.502155+00:00",
"ReportPeriodEnd": "2026-08-10T10:02:16.502155+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "864ca217-1c86-4f00-b944-dae907f2f247",
"Rows": [
{
"ItemId": "d5c5284a-e9d0-4f66-a77c-650a10f18b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5c5284a-e9d0-4f66-a77c-650a10f18b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "864ca217-1c86-4f00-b944-dae907f2f247",
"Rows": [
{
"ItemId": "d5c5284a-e9d0-4f66-a77c-650a10f18b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5c5284a-e9d0-4f66-a77c-650a10f18b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b8a5c711-35cb-4cfc-b19a-5cc86e93bbf0",
"93173e60-7c46-4b7c-87b5-99ef91c50e3e"
],
"Approvers": [
"956b093b-22cc-4441-adcf-f201db4f1fa9",
"65954129-7be5-4f66-8bb5-25039e366901"
],
"ApprovedBy": "6b68486b-5589-4881-ba8f-0478d986f6ed",
"ApprovalDate": "2026-08-10T10:02:16.502155+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bb5397fc-7aa6-4913-b780-f4d1e203b247",
"WorkPlanId": "f837fc5c-e56f-458a-b26c-4e3497500053",
"id": "2e2656b3-9433-4d74-970b-44f6a58c65ce",
"ConfigId": "c23dbf13-7126-4cec-8405-a2cfdef5d798"
}