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-05T12:30:53.3270199+00:00",
"SubmitDate": "2026-09-05T12:30:53.3270199+00:00",
"ReportPeriodStart": "2026-09-05T12:30:53.3270199+00:00",
"ReportPeriodEnd": "2026-09-05T12:30:53.3270199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7eb21b22-9e28-4214-a150-0179f3e58e6a",
"Rows": [
{
"ItemId": "5b946b8d-f0f5-4726-a4fe-3ac69b32c6a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b946b8d-f0f5-4726-a4fe-3ac69b32c6a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7eb21b22-9e28-4214-a150-0179f3e58e6a",
"Rows": [
{
"ItemId": "5b946b8d-f0f5-4726-a4fe-3ac69b32c6a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b946b8d-f0f5-4726-a4fe-3ac69b32c6a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3108616d-e9de-4e3f-996a-ffe43d39f858",
"025b5001-2175-42fb-a097-f7b4f08e0150"
],
"Approvers": [
"da21dc5a-311f-4358-88aa-6e895215ccdb",
"939e7adc-d5ba-4ef3-b73a-56a9ff031f7c"
],
"ApprovedBy": "67f2b265-ca34-4b5d-a79d-b02938d3986c",
"ApprovalDate": "2026-09-05T12:30:53.3270199+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "cd5b8f65-1aa6-4df3-b678-348525e969cc",
"WorkPlanId": "2b8edcb9-f7f5-4b13-baac-a633773b6863",
"id": "725c2cb9-ab23-432f-a037-edeaee7b7263",
"ConfigId": "599a3a2b-db23-49b2-bed8-2f2cc97ad1d9"
}