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-06-30T19:38:50.1469491+00:00",
"SubmitDate": "2026-06-30T19:38:50.1469491+00:00",
"ReportPeriodStart": "2026-06-30T19:38:50.1469491+00:00",
"ReportPeriodEnd": "2026-06-30T19:38:50.1469491+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "80fd3c4f-48dd-4161-8457-709f0b9f8dc9",
"Rows": [
{
"ItemId": "509a44e5-9233-4f86-866c-0278e0282db5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "509a44e5-9233-4f86-866c-0278e0282db5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "80fd3c4f-48dd-4161-8457-709f0b9f8dc9",
"Rows": [
{
"ItemId": "509a44e5-9233-4f86-866c-0278e0282db5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "509a44e5-9233-4f86-866c-0278e0282db5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"660d4472-7636-45c4-9d48-6c9986d2cf9c",
"d604ccac-cd59-4ac3-b261-64e36636a4ed"
],
"Approvers": [
"6bd6b88d-6673-45f0-ba85-085de1dec67a",
"d9250634-a30f-4f60-8cdb-6c29e0a142b6"
],
"ApprovedBy": "26c9ba1c-e5ba-473a-9b00-f73a0c70c481",
"ApprovalDate": "2026-06-30T19:38:50.1469491+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b96b7d98-1944-4364-a74f-3cf32500ae90",
"WorkPlanId": "2df3a8e3-e70e-4148-b029-793d70e0648c",
"id": "7c4f6cae-707b-44ee-aff7-c04f3c7f4ca7",
"ConfigId": "f5c97d4c-56e3-4dbd-9329-2d53b2fd1f2e"
}