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-07-18T03:05:25.6929524+00:00",
"SubmitDate": "2026-07-18T03:05:25.6929524+00:00",
"ReportPeriodStart": "2026-07-18T03:05:25.6929524+00:00",
"ReportPeriodEnd": "2026-07-18T03:05:25.6929524+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a492e48c-8e57-41e7-9f05-9b22f30caf5b",
"Rows": [
{
"ItemId": "b8187aac-3e81-41d1-b894-60530d4bb0ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b8187aac-3e81-41d1-b894-60530d4bb0ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a492e48c-8e57-41e7-9f05-9b22f30caf5b",
"Rows": [
{
"ItemId": "b8187aac-3e81-41d1-b894-60530d4bb0ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b8187aac-3e81-41d1-b894-60530d4bb0ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1552f469-6eb3-4477-b920-c8ef050ce3e9",
"bb9b10d1-31aa-49ab-80ee-fc2978ab52e0"
],
"Approvers": [
"acf2d8bf-ad27-4bab-8662-98f6f0309ab6",
"dbec6c42-a606-448f-95bc-7a3b2a92e376"
],
"ApprovedBy": "4f9989a8-03a1-40a6-a730-6328f4bf747a",
"ApprovalDate": "2026-07-18T03:05:25.6929524+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f5465b66-ad51-4fe6-a5d1-728aac0ca6bf",
"WorkPlanId": "341cff91-ea47-40d0-8f78-a30b8f3a9b88",
"id": "f1b6b8c6-44e0-4dd9-8427-a67b735d6316",
"ConfigId": "1e0cd08d-974f-498c-9bf0-e967ff7119fc"
}