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-13T04:29:43.578265+00:00",
"SubmitDate": "2026-09-13T04:29:43.578265+00:00",
"ReportPeriodStart": "2026-09-13T04:29:43.578265+00:00",
"ReportPeriodEnd": "2026-09-13T04:29:43.578265+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "95499811-36a5-4459-8b2c-ac1b46c9d853",
"Rows": [
{
"ItemId": "f67ead95-5afe-411b-bdc3-f5086bc565b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f67ead95-5afe-411b-bdc3-f5086bc565b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "95499811-36a5-4459-8b2c-ac1b46c9d853",
"Rows": [
{
"ItemId": "f67ead95-5afe-411b-bdc3-f5086bc565b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f67ead95-5afe-411b-bdc3-f5086bc565b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55639f3e-3da5-4326-91b2-a55e226c9c06",
"44b42348-4bea-45b3-ad87-8336b42b574f"
],
"Approvers": [
"030c2166-24b6-435d-9032-421dfe6b12ea",
"f6613369-2399-410b-b50c-0da827030ef9"
],
"ApprovedBy": "9e284513-5e5b-445a-8731-bdb698da5363",
"ApprovalDate": "2026-09-13T04:29:43.578265+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8ad1b9eb-5aac-4cf1-8523-51ac7eb36a1e",
"WorkPlanId": "c4bc4e83-ff05-4c6d-999c-704995dde585",
"id": "c44c196e-80be-4ba8-b33a-62fac458da40",
"ConfigId": "353ea99d-d725-4bc8-a800-52cfe7336f89"
}