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-05-23T12:05:29.1993772+00:00",
"SubmitDate": "2026-05-23T12:05:29.1993772+00:00",
"ReportPeriodStart": "2026-05-23T12:05:29.1993772+00:00",
"ReportPeriodEnd": "2026-05-23T12:05:29.1993772+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0f41122c-aedc-4819-a0fe-eeebe734570b",
"Rows": [
{
"ItemId": "7bd102a3-eca1-4080-8295-c869d6d3e963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7bd102a3-eca1-4080-8295-c869d6d3e963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0f41122c-aedc-4819-a0fe-eeebe734570b",
"Rows": [
{
"ItemId": "7bd102a3-eca1-4080-8295-c869d6d3e963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7bd102a3-eca1-4080-8295-c869d6d3e963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dacc18df-ab51-4f86-8eba-74060578b813",
"6c21d071-ee2c-444b-8588-3ed2342ec662"
],
"Approvers": [
"dcfc6097-c8b7-4532-97b4-2f6850e02ba3",
"c86d4d38-766e-4a6d-af21-a94c17f99070"
],
"ApprovedBy": "1ff26be1-3c4b-498f-8fd9-8adc52a20bbe",
"ApprovalDate": "2026-05-23T12:05:29.1993772+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "562af7c7-7491-4d53-80ff-f8a3254d6770",
"id": "21616326-0efd-41f9-8d1e-28ab92d829c9",
"ConfigId": "91d02c01-1c2d-4414-bb34-98f8d846dd61"
}