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-29T15:24:23.2288119+00:00",
"SubmitDate": "2026-07-29T15:24:23.2288119+00:00",
"ReportPeriodStart": "2026-07-29T15:24:23.2288119+00:00",
"ReportPeriodEnd": "2026-07-29T15:24:23.2288119+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "40a413f8-09a0-4a76-a1d1-e97dca613f38",
"Rows": [
{
"ItemId": "31162cdb-6a56-490b-9c79-0df813055cfb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31162cdb-6a56-490b-9c79-0df813055cfb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "40a413f8-09a0-4a76-a1d1-e97dca613f38",
"Rows": [
{
"ItemId": "31162cdb-6a56-490b-9c79-0df813055cfb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31162cdb-6a56-490b-9c79-0df813055cfb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f4a993b-b4a4-4a8c-b0dd-b0668b9a4b53",
"e71b5002-15e2-4bcf-a7e2-2fda3390a248"
],
"Approvers": [
"53fac9fb-a10a-4a66-b0ca-a8b06485cb8c",
"5b78cebc-46d2-4a13-8c96-0009f327285c"
],
"ApprovedBy": "56df9167-e32b-4b57-b348-31afd437fa40",
"ApprovalDate": "2026-07-29T15:24:23.2288119+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "83ad3c7b-493f-4d07-8763-86b5d68c8fb7",
"WorkPlanId": "b6e37dcb-1142-4723-954c-4357abb08374",
"id": "0da4c417-a38a-4d46-a766-9a7ce27ef72f",
"ConfigId": "a08f47a6-d528-4045-84e8-e9a2bc7c2d3a"
}