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-20T10:08:49.6926604+00:00",
"SubmitDate": "2026-07-20T10:08:49.6926604+00:00",
"ReportPeriodStart": "2026-07-20T10:08:49.6926604+00:00",
"ReportPeriodEnd": "2026-07-20T10:08:49.6926604+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "25883f5d-8ca4-43c2-97be-e2c71915d4bd",
"Rows": [
{
"ItemId": "7b1e0eed-ee68-44a3-8f01-7f4678fe2be9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b1e0eed-ee68-44a3-8f01-7f4678fe2be9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "25883f5d-8ca4-43c2-97be-e2c71915d4bd",
"Rows": [
{
"ItemId": "7b1e0eed-ee68-44a3-8f01-7f4678fe2be9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b1e0eed-ee68-44a3-8f01-7f4678fe2be9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"03df0f22-fdbb-452e-9c0a-5c786025e50a",
"3281e9e1-a1a6-4420-9a66-da45e15bcf94"
],
"Approvers": [
"7bed9232-1c6b-47f3-b36e-24418ca20665",
"f32ad7cf-3646-4e1d-ba4e-aabef8faeaeb"
],
"ApprovedBy": "02454c5d-001a-4124-9fa4-65901fa52ea4",
"ApprovalDate": "2026-07-20T10:08:49.6926604+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b6cf5bd8-e192-4f10-aaea-8fa6e7385963",
"WorkPlanId": "bdcc9898-2e42-433d-8e97-66f023e4468d",
"id": "96570b54-b9dc-4595-b1f7-6f5300eb30f3",
"ConfigId": "dcdca8c3-33e1-415d-8f0c-6bc8f2100909"
}