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-30T03:54:51.3844068+00:00",
"SubmitDate": "2026-07-30T03:54:51.3844068+00:00",
"ReportPeriodStart": "2026-07-30T03:54:51.3844068+00:00",
"ReportPeriodEnd": "2026-07-30T03:54:51.3844068+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ceaac945-fa80-440b-8b42-3a176c84341f",
"Rows": [
{
"ItemId": "53eafca2-ef6e-4e46-95bc-ce73a6262cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53eafca2-ef6e-4e46-95bc-ce73a6262cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ceaac945-fa80-440b-8b42-3a176c84341f",
"Rows": [
{
"ItemId": "53eafca2-ef6e-4e46-95bc-ce73a6262cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53eafca2-ef6e-4e46-95bc-ce73a6262cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"81a9e347-741d-4271-8f43-80ada804c73a",
"39eac6a4-87eb-426f-a7eb-3dead9659731"
],
"Approvers": [
"724aabce-4a90-40eb-8bd7-95aa3f775eb6",
"e042e725-9b51-4dcc-9bfd-dbeacd809d29"
],
"ApprovedBy": "80aa30ff-b2ea-4f9f-8041-1affd322334d",
"ApprovalDate": "2026-07-30T03:54:51.3844068+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0374b81a-92ed-4eff-9a27-9746e5bb3722",
"WorkPlanId": "f4f7efc6-2a5b-420d-b1f4-ce6af31cc53f",
"id": "e10538c3-93af-42e4-be1e-c76df9889fc0",
"ConfigId": "ab916df9-6b2d-4d9d-a899-36c38ed6dca7"
}