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-02-12T11:50:52.3303071+00:00",
"SubmitDate": "2026-02-12T11:50:52.3303071+00:00",
"ReportPeriodStart": "2026-02-12T11:50:52.3303071+00:00",
"ReportPeriodEnd": "2026-02-12T11:50:52.3303071+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8d09a155-b2b9-4499-9345-7e971907aca3",
"Rows": [
{
"ItemId": "40d0a215-dfd7-403f-b25b-caed845e3bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40d0a215-dfd7-403f-b25b-caed845e3bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8d09a155-b2b9-4499-9345-7e971907aca3",
"Rows": [
{
"ItemId": "40d0a215-dfd7-403f-b25b-caed845e3bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40d0a215-dfd7-403f-b25b-caed845e3bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e250a02c-b01c-4670-9d73-fd9143484c10",
"12eff7b8-b99c-4f34-b667-be7e9a820fe3"
],
"Approvers": [
"e2f242d1-bea5-4208-9108-d52bee3a6b49",
"39d55dd2-49ca-43c0-bf65-b3806f334fc6"
],
"ApprovedBy": "0709bcde-19d7-470f-81a8-0daff3e0e5f1",
"ApprovalDate": "2026-02-12T11:50:52.3303071+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b11d644-265a-401d-8478-4191252041ed",
"id": "cbce4030-26cd-4e61-8cff-b6b5d0b3bae1",
"ConfigId": "299de3c7-c603-4550-9ab2-2b2b623fde41"
}