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-09-09T22:07:42.4786608+00:00",
"SubmitDate": "2026-09-09T22:07:42.4786608+00:00",
"ReportPeriodStart": "2026-09-09T22:07:42.4786608+00:00",
"ReportPeriodEnd": "2026-09-09T22:07:42.4786608+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9ea16883-528b-42ea-ad0c-95efe4f5a60a",
"Rows": [
{
"ItemId": "41ce2bef-1fa0-433b-8851-452f4291d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41ce2bef-1fa0-433b-8851-452f4291d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9ea16883-528b-42ea-ad0c-95efe4f5a60a",
"Rows": [
{
"ItemId": "41ce2bef-1fa0-433b-8851-452f4291d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41ce2bef-1fa0-433b-8851-452f4291d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5e7446d1-0af4-4c29-a704-3e769d264ea0",
"9dd18b77-cfbe-4a3a-a3c1-1c8aaa81da44"
],
"Approvers": [
"78266f44-ec92-443c-8cc6-0386cb970aef",
"92ef794c-bafb-41e3-9904-8e05697fb908"
],
"ApprovedBy": "93faf12a-4081-4bc8-a453-e80c6476371e",
"ApprovalDate": "2026-09-09T22:07:42.4942851+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c117d531-9618-488c-a38a-8a6449fbfc08",
"WorkPlanId": "0b169ee3-94e3-4bc3-b092-f1a32874b146",
"id": "6503ea9d-8bb0-403d-a3b4-64cf36b19fca",
"ConfigId": "634acc4e-48d2-462e-b50a-6d88fc3cba9e"
}