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-19T05:52:51.3589958+00:00",
"SubmitDate": "2026-07-19T05:52:51.3589958+00:00",
"ReportPeriodStart": "2026-07-19T05:52:51.3589958+00:00",
"ReportPeriodEnd": "2026-07-19T05:52:51.3589958+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "32d902e8-8fc9-406d-b396-001030af4dc3",
"Rows": [
{
"ItemId": "8947aa21-a93a-472b-a783-e8f40fb20e00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8947aa21-a93a-472b-a783-e8f40fb20e00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "32d902e8-8fc9-406d-b396-001030af4dc3",
"Rows": [
{
"ItemId": "8947aa21-a93a-472b-a783-e8f40fb20e00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8947aa21-a93a-472b-a783-e8f40fb20e00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"49b2b424-db27-46cc-92ad-d1d1e19b31b7",
"5ee5ee6c-a8d1-4b16-b511-1665b43bc81f"
],
"Approvers": [
"3b2070ba-377b-4c5f-a4c6-087057b5fb6b",
"321fc566-1922-4ac0-8768-bd32aa5a9c66"
],
"ApprovedBy": "06931e0e-15f3-45cc-924c-49e18b6791db",
"ApprovalDate": "2026-07-19T05:52:51.3589958+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4416d475-157f-4d43-b855-535fc6cabf6a",
"WorkPlanId": "2a0141f9-b495-4a43-b6a5-9f8f503ad392",
"id": "da212ced-0072-4cfd-b8ff-60bbc109a8f0",
"ConfigId": "3cc45755-911d-4a38-a3ac-eee29f61ea05"
}