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-11T03:17:50.4484854+00:00",
"SubmitDate": "2026-07-11T03:17:50.4484854+00:00",
"ReportPeriodStart": "2026-07-11T03:17:50.4484854+00:00",
"ReportPeriodEnd": "2026-07-11T03:17:50.4484854+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "41762d73-a546-4a74-abf7-b5c85c4c406f",
"Rows": [
{
"ItemId": "7677fe83-67f4-4da4-8d00-68d3ad3157f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7677fe83-67f4-4da4-8d00-68d3ad3157f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "41762d73-a546-4a74-abf7-b5c85c4c406f",
"Rows": [
{
"ItemId": "7677fe83-67f4-4da4-8d00-68d3ad3157f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7677fe83-67f4-4da4-8d00-68d3ad3157f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"aff61357-7a5c-4df3-95c0-0004e8ec360d",
"3a9ff159-b415-4460-b4a6-04ddc6839d6a"
],
"Approvers": [
"b28ffc54-a2ff-4ca6-9072-80b981cb50be",
"f203aad7-5042-49f0-9a00-5e5854182f51"
],
"ApprovedBy": "bbe05882-2966-42f5-ab66-0f2f82d73c99",
"ApprovalDate": "2026-07-11T03:17:50.4484854+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "54840972-09da-4558-82e6-d2ab2159931c",
"WorkPlanId": "0bcee057-92b2-49cb-8119-ea56ce2fae00",
"id": "13d02901-c9c6-4a36-aa76-0a700f37c344",
"ConfigId": "77a9168c-9102-4483-8c61-70ddf29c7e93"
}