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-07T16:52:50.300882+00:00",
"SubmitDate": "2026-09-07T16:52:50.300882+00:00",
"ReportPeriodStart": "2026-09-07T16:52:50.300882+00:00",
"ReportPeriodEnd": "2026-09-07T16:52:50.300882+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3120a4cd-963c-40a9-b641-1f15850a537b",
"Rows": [
{
"ItemId": "ffeae981-edd6-4162-a179-d1206674d5f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffeae981-edd6-4162-a179-d1206674d5f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3120a4cd-963c-40a9-b641-1f15850a537b",
"Rows": [
{
"ItemId": "ffeae981-edd6-4162-a179-d1206674d5f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffeae981-edd6-4162-a179-d1206674d5f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7c9574d6-ff62-406a-b874-57198f580ff2",
"1495f2b1-f51e-4516-a442-092b8d4037fc"
],
"Approvers": [
"b7824697-4396-43fb-ac74-fe2a184f2f91",
"87795efd-b777-4bbe-a8ef-bf0e2c4fc6c6"
],
"ApprovedBy": "a4846058-b7cc-4b4f-9df2-64d8c7b76aa8",
"ApprovalDate": "2026-09-07T16:52:50.300882+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c978f1e6-07e3-49cc-83e1-851d45bce674",
"WorkPlanId": "9ca5fb25-34bb-4cff-b1d6-0d6e46c7b889",
"id": "723a7b52-916f-4007-8d2a-054de6a8d55c",
"ConfigId": "1b365634-fcd6-42b7-a16d-88148dc0c850"
}