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-08-31T02:52:03.2115776+00:00",
"SubmitDate": "2026-08-31T02:52:03.2115776+00:00",
"ReportPeriodStart": "2026-08-31T02:52:03.2115776+00:00",
"ReportPeriodEnd": "2026-08-31T02:52:03.2115776+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8b8a23d5-f483-4d30-b7c1-d6aaca2049bc",
"Rows": [
{
"ItemId": "d1b3f905-2aec-4b29-8317-939a21521e51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1b3f905-2aec-4b29-8317-939a21521e51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8b8a23d5-f483-4d30-b7c1-d6aaca2049bc",
"Rows": [
{
"ItemId": "d1b3f905-2aec-4b29-8317-939a21521e51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1b3f905-2aec-4b29-8317-939a21521e51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5147b79b-5d73-4152-a855-3ac94ee40a90",
"7c5644d1-2bca-4690-9f9b-5448266246c1"
],
"Approvers": [
"5a9158be-8f3a-4e94-ac88-fd8de37aef09",
"b08ab88e-63cb-44f5-babd-138fd07379ea"
],
"ApprovedBy": "2c3ee6db-d5ac-4645-b801-c279bc352692",
"ApprovalDate": "2026-08-31T02:52:03.2115776+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0a690583-3d69-4485-9161-6aa488a61340",
"WorkPlanId": "06d2271e-2aa2-49e2-b987-502069fd239d",
"id": "f80ad38a-6411-4d08-b4cb-73985d41bff3",
"ConfigId": "2c772f3f-526f-489e-8b27-2f52d5a9fbf0"
}