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-04T14:21:28.8243636+00:00",
"SubmitDate": "2026-07-04T14:21:28.8243636+00:00",
"ReportPeriodStart": "2026-07-04T14:21:28.8243636+00:00",
"ReportPeriodEnd": "2026-07-04T14:21:28.8243636+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "05b64efb-b836-4f1e-9745-497e12913792",
"Rows": [
{
"ItemId": "edb4c1a0-1110-4c6e-b6a6-f7fa2e7f98c5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "edb4c1a0-1110-4c6e-b6a6-f7fa2e7f98c5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "05b64efb-b836-4f1e-9745-497e12913792",
"Rows": [
{
"ItemId": "edb4c1a0-1110-4c6e-b6a6-f7fa2e7f98c5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "edb4c1a0-1110-4c6e-b6a6-f7fa2e7f98c5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d0125e1b-42aa-4b16-a655-cf8a4e1f6ab5",
"d3a77e31-7dec-4a55-a126-ec18888ba45a"
],
"Approvers": [
"e9bbc9e3-716f-4436-b082-f23d04071d64",
"4e1e69cb-9709-4daa-8eda-839274f9d846"
],
"ApprovedBy": "57b96828-1f61-48a3-934c-7545de652fc4",
"ApprovalDate": "2026-07-04T14:21:28.8243636+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "aaabc3b7-dab7-4cc7-b821-1db8d99a1077",
"WorkPlanId": "c646067f-6167-4b36-8c53-0e28571b9db6",
"id": "c06304c3-5b9d-465e-8433-fd36374e3d4d",
"ConfigId": "1f36bac6-dd38-4e6c-908a-067b40672d6e"
}