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-17T21:35:29.2455025+00:00",
"SubmitDate": "2026-09-17T21:35:29.2455025+00:00",
"ReportPeriodStart": "2026-09-17T21:35:29.2455025+00:00",
"ReportPeriodEnd": "2026-09-17T21:35:29.2455025+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f37c8d5-df54-48bb-85e6-20956f96ba88",
"Rows": [
{
"ItemId": "3de83b70-b986-4da5-9028-439eeb5fcbef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3de83b70-b986-4da5-9028-439eeb5fcbef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f37c8d5-df54-48bb-85e6-20956f96ba88",
"Rows": [
{
"ItemId": "3de83b70-b986-4da5-9028-439eeb5fcbef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3de83b70-b986-4da5-9028-439eeb5fcbef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ade304b4-94a2-40ac-a9ad-89543554f19a",
"8a1675f8-b22f-4e0e-9ee0-16b7186fd367"
],
"Approvers": [
"e694b585-8d3f-404d-9ac5-9a78e4681dc1",
"c2d45bf4-a566-4c3c-b192-f0a11dbe9db4"
],
"ApprovedBy": "ae8241e0-6cf8-4de5-8cf6-81c86c250616",
"ApprovalDate": "2026-09-17T21:35:29.2455025+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "94e973d9-bd45-4dcf-be34-fd6a2f855740",
"WorkPlanId": "bb8df462-0820-4c80-b1ac-4255e5b66b55",
"id": "983b458f-e4fb-4dfa-8383-316e8ee76c6a",
"ConfigId": "b022a0ee-a64b-4589-8549-47c5bb4457c1"
}