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-07T01:42:15.3156938+00:00",
"SubmitDate": "2026-09-07T01:42:15.3156938+00:00",
"ReportPeriodStart": "2026-09-07T01:42:15.3156938+00:00",
"ReportPeriodEnd": "2026-09-07T01:42:15.3156938+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e643e71a-ef5f-491e-8e89-ed800ccb7c69",
"Rows": [
{
"ItemId": "9b430821-d7ee-4a7b-afc8-4da2aa7fd857",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b430821-d7ee-4a7b-afc8-4da2aa7fd857",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e643e71a-ef5f-491e-8e89-ed800ccb7c69",
"Rows": [
{
"ItemId": "9b430821-d7ee-4a7b-afc8-4da2aa7fd857",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b430821-d7ee-4a7b-afc8-4da2aa7fd857",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b237bec6-1ef2-44ac-9a51-feb198700360",
"57fe42d7-ed7d-4284-be94-e1e57fde0b49"
],
"Approvers": [
"93d637bd-2986-4c35-a1f8-29578f7ce37e",
"bee19c53-c087-4583-957e-a07de1161268"
],
"ApprovedBy": "3def1165-4fb5-4797-a31d-1301095b450f",
"ApprovalDate": "2026-09-07T01:42:15.3156938+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "15d40d8b-3df1-422b-ab98-1d47f815bd6d",
"WorkPlanId": "3cdbc7f2-894e-4577-a005-d654a0252a9b",
"id": "3feee64b-2fa9-4d91-aeec-84c142732159",
"ConfigId": "89ccceab-182e-49d7-9b02-3dcfa309640e"
}