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-19T01:26:41.2248571+00:00",
"SubmitDate": "2026-09-19T01:26:41.2248571+00:00",
"ReportPeriodStart": "2026-09-19T01:26:41.2248571+00:00",
"ReportPeriodEnd": "2026-09-19T01:26:41.2248571+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f9de5f59-6890-4bf0-8c6a-531d5c814ca9",
"Rows": [
{
"ItemId": "c925bca6-5b48-4764-af1d-23782ca4586b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c925bca6-5b48-4764-af1d-23782ca4586b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f9de5f59-6890-4bf0-8c6a-531d5c814ca9",
"Rows": [
{
"ItemId": "c925bca6-5b48-4764-af1d-23782ca4586b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c925bca6-5b48-4764-af1d-23782ca4586b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0ca1bafa-98e4-4b29-8be8-5b371bb42624",
"71703c88-0a06-4fcb-b187-c19b59096602"
],
"Approvers": [
"717f0ef5-0457-4948-ba95-ebf4a413b0ee",
"2bbd3b81-5eee-446d-8679-021c8e754dde"
],
"ApprovedBy": "f716b7ab-0a7a-47c4-8442-19a91aa55e43",
"ApprovalDate": "2026-09-19T01:26:41.2248571+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "fec5b48b-3db3-48e0-a621-7e0de289a297",
"WorkPlanId": "c008c6db-e73f-4645-a30c-9be9818acf80",
"id": "cc4eeedd-71e8-47c1-a087-6f9e805eb8d4",
"ConfigId": "1c6abf19-29e6-4366-ad0d-d97a77afd6bd"
}