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-18T12:15:35.3553263+00:00",
"SubmitDate": "2026-06-18T12:15:35.3553263+00:00",
"ReportPeriodStart": "2026-06-18T12:15:35.3553263+00:00",
"ReportPeriodEnd": "2026-06-18T12:15:35.3553263+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4b4fed6-d9f8-4b6c-97be-511431fbacc4",
"Rows": [
{
"ItemId": "26a74ead-9b52-4f94-bff7-2444a3dacf02",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "26a74ead-9b52-4f94-bff7-2444a3dacf02",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4b4fed6-d9f8-4b6c-97be-511431fbacc4",
"Rows": [
{
"ItemId": "26a74ead-9b52-4f94-bff7-2444a3dacf02",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "26a74ead-9b52-4f94-bff7-2444a3dacf02",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"04e434d6-28dd-40b3-bb12-a68ec29bb923",
"a1d7bf96-1cdf-4817-b2fa-3d9504460d68"
],
"Approvers": [
"632d7f2e-0d3c-4a36-9c6d-367fb6bb3d4a",
"d436aeb8-d541-4985-b5a0-5521473ca8eb"
],
"ApprovedBy": "62682b57-b841-4836-a493-30e2fe8bf4eb",
"ApprovalDate": "2026-06-18T12:15:35.3553263+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0830dd8f-3f8c-4613-9ed4-2afda8b27503",
"id": "7166c5f5-9562-4340-b13f-903cbcf8a4b0",
"ConfigId": "9c09b541-447e-4d9b-8a52-87e01611936f"
}