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-10T12:22:15.5480171+00:00",
"SubmitDate": "2026-09-10T12:22:15.5480171+00:00",
"ReportPeriodStart": "2026-09-10T12:22:15.5480171+00:00",
"ReportPeriodEnd": "2026-09-10T12:22:15.5480171+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d8af6725-24ce-4927-a011-aeee69bef398",
"Rows": [
{
"ItemId": "8132fdf0-e9ba-4c1e-941b-7a13a27b63a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8132fdf0-e9ba-4c1e-941b-7a13a27b63a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d8af6725-24ce-4927-a011-aeee69bef398",
"Rows": [
{
"ItemId": "8132fdf0-e9ba-4c1e-941b-7a13a27b63a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8132fdf0-e9ba-4c1e-941b-7a13a27b63a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92dcb548-d4a3-4899-87f5-46b13759fe11",
"4ea87e93-617b-4163-81ec-a9de36f3978f"
],
"Approvers": [
"06f37291-9f87-4ff5-addd-83dd99f0a91e",
"c657ff3f-69f2-4d45-9240-e19a1fac0f4e"
],
"ApprovedBy": "4bf8221d-4d31-458c-bdea-59a225f18e6f",
"ApprovalDate": "2026-09-10T12:22:15.5480171+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d863af41-3f84-4926-93f8-dbb0440782dc",
"WorkPlanId": "380f2136-8190-4cde-a8d4-42076e4df636",
"id": "006e77c8-86bb-41f7-87a5-399869dfaf74",
"ConfigId": "03aac70e-ae53-4803-9e1a-c8b403f6df87"
}