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-14T01:41:27.5387304+00:00",
"SubmitDate": "2026-08-14T01:41:27.5387304+00:00",
"ReportPeriodStart": "2026-08-14T01:41:27.5387304+00:00",
"ReportPeriodEnd": "2026-08-14T01:41:27.5387304+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dda57650-04eb-408b-b094-f912171e99d5",
"Rows": [
{
"ItemId": "8fde099e-8bb8-47dc-8707-3628844aa75f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8fde099e-8bb8-47dc-8707-3628844aa75f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dda57650-04eb-408b-b094-f912171e99d5",
"Rows": [
{
"ItemId": "8fde099e-8bb8-47dc-8707-3628844aa75f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8fde099e-8bb8-47dc-8707-3628844aa75f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d64ff174-1f1f-41ae-ba41-40aeebac2581",
"3cb0b682-3050-413d-a974-96595eb06544"
],
"Approvers": [
"06b27594-3a5a-43c5-a9c9-82976396669f",
"0bb0d9c3-f771-42db-b7aa-8ca43bcd55c8"
],
"ApprovedBy": "67473e91-ae32-490b-9578-c444a71b8f1c",
"ApprovalDate": "2026-08-14T01:41:27.5387304+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9d4a724d-a981-4415-bb8e-77eba82a2b9f",
"WorkPlanId": "01ac9af3-7f87-45b7-9eef-7a8733a68e24",
"id": "1cd0a4b7-a15c-45e7-9515-0b49ee032ed4",
"ConfigId": "270db366-4660-4a10-9705-8708b2880d4d"
}