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-04T22:38:47.8792674+00:00",
"SubmitDate": "2026-09-04T22:38:47.8792674+00:00",
"ReportPeriodStart": "2026-09-04T22:38:47.8792674+00:00",
"ReportPeriodEnd": "2026-09-04T22:38:47.8792674+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2f329f1-c20a-4af7-9bc1-3276b2a9dfa9",
"Rows": [
{
"ItemId": "e54bb84f-2ad4-4561-a84d-bc3363ec041e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e54bb84f-2ad4-4561-a84d-bc3363ec041e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2f329f1-c20a-4af7-9bc1-3276b2a9dfa9",
"Rows": [
{
"ItemId": "e54bb84f-2ad4-4561-a84d-bc3363ec041e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e54bb84f-2ad4-4561-a84d-bc3363ec041e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3d571537-a26d-47b4-9abc-43b147441edc",
"eb9538bb-7a7c-4410-a662-526b6ac161b3"
],
"Approvers": [
"2cfd7fb1-708a-419b-b81c-9e294e30cd69",
"f9e213d9-1e9d-45d9-a899-857ffce6022b"
],
"ApprovedBy": "d26e2450-2955-4a37-8c42-d96613d26664",
"ApprovalDate": "2026-09-04T22:38:47.8792674+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "25fa8114-744f-4f6a-b225-f3fee75ff448",
"WorkPlanId": "131e6742-516e-4645-b08f-25299931a6dd",
"id": "8ce1d54b-91d9-4ed1-a756-854454815d66",
"ConfigId": "d7697e1d-d073-4cc8-9014-699c6f54093e"
}