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-12T01:40:28.9384979+00:00",
"SubmitDate": "2026-09-12T01:40:28.9384979+00:00",
"ReportPeriodStart": "2026-09-12T01:40:28.9384979+00:00",
"ReportPeriodEnd": "2026-09-12T01:40:28.9384979+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f70823a1-0025-4243-9028-5a860250ced3",
"Rows": [
{
"ItemId": "db203bb1-1d3d-4236-9a82-401777d5119a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "db203bb1-1d3d-4236-9a82-401777d5119a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f70823a1-0025-4243-9028-5a860250ced3",
"Rows": [
{
"ItemId": "db203bb1-1d3d-4236-9a82-401777d5119a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "db203bb1-1d3d-4236-9a82-401777d5119a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e493afc0-ebc2-4049-a8ca-18ad4baddf81",
"e6ff2527-5d30-445b-b823-b7ce4f63998a"
],
"Approvers": [
"19c70e6f-e4c5-4fd2-a5b0-a341143ef335",
"2ba69d1a-511f-44ec-ab3e-794399ee08b3"
],
"ApprovedBy": "79735aea-3172-4437-8fe7-2a24b89683a8",
"ApprovalDate": "2026-09-12T01:40:28.9384979+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b4569045-7411-491a-b11e-19da386a789e",
"WorkPlanId": "4d79ab4c-77f8-41e1-9df2-bf236ef8071a",
"id": "40e7859a-12e0-4325-bdd4-dfeb5652da6d",
"ConfigId": "31a8cd54-111c-4dee-83af-e51faf1cb3fd"
}