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-23T09:57:56.0380853+00:00",
"SubmitDate": "2026-04-23T09:57:56.0380853+00:00",
"ReportPeriodStart": "2026-04-23T09:57:56.0380853+00:00",
"ReportPeriodEnd": "2026-04-23T09:57:56.0380853+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e9d7e7f4-d6a2-4f9c-abfb-fe92417c091b",
"Rows": [
{
"ItemId": "0347b140-4653-4a11-a57c-8494084c9c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0347b140-4653-4a11-a57c-8494084c9c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e9d7e7f4-d6a2-4f9c-abfb-fe92417c091b",
"Rows": [
{
"ItemId": "0347b140-4653-4a11-a57c-8494084c9c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0347b140-4653-4a11-a57c-8494084c9c84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b9f56bd7-2421-4929-85b6-978cea1981cf",
"6e30d89f-a497-4dc7-ba34-37b9f5cd41e0"
],
"Approvers": [
"99def814-497c-4cdd-933e-d45658b91e7f",
"6cb7762c-7c1e-4853-a748-09616b63b39c"
],
"ApprovedBy": "0f1dfbc5-c62b-4049-b382-48372fe879ba",
"ApprovalDate": "2026-04-23T09:57:56.0380853+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "31b1fb52-3483-4807-8dfe-0146cec3fbd7",
"id": "a8cb9c4f-3b62-42ab-ab11-4c0e936bd2ab",
"ConfigId": "c2ed1a74-11e7-4832-b16b-f92bd71a511d"
}