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-09T06:52:44.6345642+00:00",
"SubmitDate": "2026-09-09T06:52:44.6345642+00:00",
"ReportPeriodStart": "2026-09-09T06:52:44.6345642+00:00",
"ReportPeriodEnd": "2026-09-09T06:52:44.6345642+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2ccde0e9-f29d-4bcf-a8a8-bc7e4d397f8b",
"Rows": [
{
"ItemId": "09e5fec9-5c01-4981-adc7-f96c4309f09b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "09e5fec9-5c01-4981-adc7-f96c4309f09b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2ccde0e9-f29d-4bcf-a8a8-bc7e4d397f8b",
"Rows": [
{
"ItemId": "09e5fec9-5c01-4981-adc7-f96c4309f09b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "09e5fec9-5c01-4981-adc7-f96c4309f09b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5a3372f7-bb13-43a6-b038-c660ffc7ee02",
"29965262-454d-4bd0-ac41-0ceea5ac0922"
],
"Approvers": [
"e069aca4-eb5c-45a2-a238-705c9f6b869a",
"b59d76d6-1ce6-49c0-885b-aa7b6023a572"
],
"ApprovedBy": "0857209f-7a3d-40e8-922d-218c46887f98",
"ApprovalDate": "2026-09-09T06:52:44.6345642+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e1f40dcc-4e6b-4d6b-8826-ff44306291fc",
"WorkPlanId": "a3fa40c4-fb19-443d-b685-3fca1f942ef7",
"id": "27bf6686-36af-4049-a36b-8733bf01eb0c",
"ConfigId": "12ed2d57-d142-4cdb-9941-c3f7a5d2534d"
}