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-17T14:55:30.0305916+00:00",
"SubmitDate": "2026-07-17T14:55:30.0305916+00:00",
"ReportPeriodStart": "2026-07-17T14:55:30.0305916+00:00",
"ReportPeriodEnd": "2026-07-17T14:55:30.0305916+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ac58eeae-9c3e-4fec-8ef4-4a6c481b5c38",
"Rows": [
{
"ItemId": "c2b770ae-787f-401b-9a7c-90261eca6815",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2b770ae-787f-401b-9a7c-90261eca6815",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ac58eeae-9c3e-4fec-8ef4-4a6c481b5c38",
"Rows": [
{
"ItemId": "c2b770ae-787f-401b-9a7c-90261eca6815",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2b770ae-787f-401b-9a7c-90261eca6815",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d09c579d-f709-47ce-922a-e6c9e2bc3a4d",
"5d925675-8b0c-4ef4-ba6a-e0677db489f0"
],
"Approvers": [
"3152ec5e-48b1-4ccb-82f3-32d5f3d6e8d1",
"2bb13153-2725-4777-83af-8be906056375"
],
"ApprovedBy": "3ced3148-0baf-407e-b6b5-464f5856e972",
"ApprovalDate": "2026-07-17T14:55:30.0305916+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1b1b4134-3851-4dc6-a684-6fdf2405b809",
"WorkPlanId": "e0eb624b-189d-4a22-a13b-dcdc266bb519",
"id": "e2f1e162-f6b7-46db-94f6-4098ee91587d",
"ConfigId": "5e4aa665-15bc-46cb-815a-c51407126c11"
}