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-08-19T11:40:22.6102579+00:00",
"SubmitDate": "2026-08-19T11:40:22.6102579+00:00",
"ReportPeriodStart": "2026-08-19T11:40:22.6102579+00:00",
"ReportPeriodEnd": "2026-08-19T11:40:22.6102579+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52bc6a55-e8a0-4d63-8441-c2fdec4e1bc6",
"Rows": [
{
"ItemId": "9935b94b-2f15-47bf-89a6-d0f721080ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9935b94b-2f15-47bf-89a6-d0f721080ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52bc6a55-e8a0-4d63-8441-c2fdec4e1bc6",
"Rows": [
{
"ItemId": "9935b94b-2f15-47bf-89a6-d0f721080ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9935b94b-2f15-47bf-89a6-d0f721080ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"baaab9b0-2491-4424-a561-0b22c3944ecb",
"6f68903c-1272-4e02-bf80-1217224aeb90"
],
"Approvers": [
"2ee42878-4952-4795-bd46-3310628c497c",
"78ec6c92-9261-4afc-aee7-ea71e4c405c0"
],
"ApprovedBy": "a0ec9ab2-a29d-47f3-bd81-54f9f4ec9c27",
"ApprovalDate": "2026-08-19T11:40:22.6102579+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "388f2fb8-5a72-4611-98ae-12ae9663be7e",
"WorkPlanId": "0d44c495-4ace-49d5-a463-649e24dbebb9",
"id": "814d17f9-976c-4937-b2bb-1b9869f9a07d",
"ConfigId": "5c630083-1cae-49cc-a944-9b9f10c43982"
}