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-29T06:49:26.1184165+00:00",
"SubmitDate": "2026-04-29T06:49:26.1184165+00:00",
"ReportPeriodStart": "2026-04-29T06:49:26.1184165+00:00",
"ReportPeriodEnd": "2026-04-29T06:49:26.1184165+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ade377e-a684-4fa8-800c-5f4e9f23d1c9",
"Rows": [
{
"ItemId": "09e5920c-da65-40c3-85b0-a17e35a12499",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "09e5920c-da65-40c3-85b0-a17e35a12499",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ade377e-a684-4fa8-800c-5f4e9f23d1c9",
"Rows": [
{
"ItemId": "09e5920c-da65-40c3-85b0-a17e35a12499",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "09e5920c-da65-40c3-85b0-a17e35a12499",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7290e831-9ef3-4d40-bc1a-2e7baaa43dff",
"ab73b903-11ff-4fc8-9100-145e26dc43dd"
],
"Approvers": [
"feebaf6e-1e83-4f25-b199-d5d0cb4453db",
"50dd6546-3648-4824-8871-d9f742b5504b"
],
"ApprovedBy": "64a42b4b-7ba1-46cb-a69e-b56bb7e86de8",
"ApprovalDate": "2026-04-29T06:49:26.1184165+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1adad672-3090-4e91-9ceb-719e335c55b6",
"id": "21601199-aa4f-4164-90bd-70a1eb7e5706",
"ConfigId": "e0c82b35-ea12-4850-8941-50f744cec653"
}