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-06-25T09:19:58.5675865+00:00",
"SubmitDate": "2026-06-25T09:19:58.5675865+00:00",
"ReportPeriodStart": "2026-06-25T09:19:58.5675865+00:00",
"ReportPeriodEnd": "2026-06-25T09:19:58.5675865+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "18d5af3d-bd67-476f-83de-214e066c8442",
"Rows": [
{
"ItemId": "72d1a994-e43e-4945-8c7c-0b58edb5fd40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "72d1a994-e43e-4945-8c7c-0b58edb5fd40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "18d5af3d-bd67-476f-83de-214e066c8442",
"Rows": [
{
"ItemId": "72d1a994-e43e-4945-8c7c-0b58edb5fd40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "72d1a994-e43e-4945-8c7c-0b58edb5fd40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d2afbbbb-7f15-4976-a93d-3064c5b4948a",
"226f6ed2-701f-44c4-b4a4-299786f81d78"
],
"Approvers": [
"c6501329-7499-48db-b17c-3d3c9101d9e8",
"bc584ada-d8a9-452f-957c-278026a0edcb"
],
"ApprovedBy": "6f82f566-79c2-4722-84e8-8c00053c844e",
"ApprovalDate": "2026-06-25T09:19:58.5675865+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "395e8271-aa13-4b19-a6a2-c486e594468e",
"id": "7fdf5298-b5eb-4be8-97f3-a43fae32159d",
"ConfigId": "7401b70c-6a52-42ed-93e8-a5bf2516986e"
}