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-24T20:53:45.6662749+00:00",
"SubmitDate": "2026-07-24T20:53:45.6662749+00:00",
"ReportPeriodStart": "2026-07-24T20:53:45.6662749+00:00",
"ReportPeriodEnd": "2026-07-24T20:53:45.6662749+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f9ef82a8-36a1-4d4d-8ba5-42d5b70f2c5d",
"Rows": [
{
"ItemId": "34ab14b3-2335-4a57-88d4-5ddcee6d9507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34ab14b3-2335-4a57-88d4-5ddcee6d9507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f9ef82a8-36a1-4d4d-8ba5-42d5b70f2c5d",
"Rows": [
{
"ItemId": "34ab14b3-2335-4a57-88d4-5ddcee6d9507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34ab14b3-2335-4a57-88d4-5ddcee6d9507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0cf77281-22ab-491b-8dd6-46adb870ca60",
"1ba0f33b-c3f2-439b-8f67-5f8e02b5c98d"
],
"Approvers": [
"ec062b74-662c-47d3-9807-55942f533107",
"aaa6f72d-fe60-44be-a3bf-16e662c1e059"
],
"ApprovedBy": "d135b417-1d17-4eba-9309-cc014d553f31",
"ApprovalDate": "2026-07-24T20:53:45.6662749+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "fcf15672-d0b4-4329-a62b-b2e865c082ff",
"WorkPlanId": "7822ccc5-923a-4418-8b95-648cdab14dd8",
"id": "29df0887-c01d-4f80-94a4-731d774bae95",
"ConfigId": "5bb0836a-5392-4ed4-b075-21987d0e617d"
}