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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-04-28T06:18:34.1417286+00:00",
"SubmitDate": "2026-04-28T06:18:34.1417286+00:00",
"ReportPeriodStart": "2026-04-28T06:18:34.1417286+00:00",
"ReportPeriodEnd": "2026-04-28T06:18:34.1417286+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "39d8fe28-481a-440e-9bbe-427f6814a194",
"Rows": [
{
"ItemId": "ae69aa26-7fd0-48fc-991a-f9d54b0f1662",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ae69aa26-7fd0-48fc-991a-f9d54b0f1662",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "39d8fe28-481a-440e-9bbe-427f6814a194",
"Rows": [
{
"ItemId": "ae69aa26-7fd0-48fc-991a-f9d54b0f1662",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ae69aa26-7fd0-48fc-991a-f9d54b0f1662",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7b52d361-25ec-411f-af42-689bd471b9e1",
"abddfb3e-c9cc-4945-92bb-b32cfa94fce4"
],
"Approvers": [
"74f8d89c-9aef-439f-99e2-d17cd8f5b8d7",
"89d7b77c-7d86-4a63-9d55-8d219a6ae7b5"
],
"ApprovedBy": "766a00ca-b649-4a80-98bc-4ab1e1315397",
"ApprovalDate": "2026-04-28T06:18:34.1417286+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5de934b-b58d-4718-8bca-a4905c41e19e",
"id": "305aaa6e-4107-4d40-a217-73e4173c7d00",
"ConfigId": "afa44581-3681-40b4-b62e-19c9d9652aeb"
}