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-04T00:21:56.1915734+00:00",
"SubmitDate": "2026-07-04T00:21:56.1915734+00:00",
"ReportPeriodStart": "2026-07-04T00:21:56.1915734+00:00",
"ReportPeriodEnd": "2026-07-04T00:21:56.1915734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aa82606f-04d9-406d-8ecf-10a2d6775b7c",
"Rows": [
{
"ItemId": "4d0f39ed-930a-499e-85c0-e82e8fe9ea9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d0f39ed-930a-499e-85c0-e82e8fe9ea9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aa82606f-04d9-406d-8ecf-10a2d6775b7c",
"Rows": [
{
"ItemId": "4d0f39ed-930a-499e-85c0-e82e8fe9ea9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d0f39ed-930a-499e-85c0-e82e8fe9ea9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2c38cdf-e131-4778-a688-aeda6e40a22f",
"8dfe27e1-02c4-4f0d-bf4a-82021d06c844"
],
"Approvers": [
"72ff57e9-fdb4-4ef6-a8df-e27d35e86c75",
"96da5021-ccb7-46d1-992f-04125d6443ab"
],
"ApprovedBy": "40551139-5e97-4c43-a13e-3e5916e756b4",
"ApprovalDate": "2026-07-04T00:21:56.1915734+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ebafdb5b-37c0-4660-9298-8da42eaceb7b",
"WorkPlanId": "058790dc-d957-4567-b3b4-b3b86c9fde27",
"id": "6ce40f81-0603-4c89-a0fe-d1959fba5f33",
"ConfigId": "4774c00c-4756-484c-b286-a6089bb4d24f"
}