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": "2025-11-25T21:39:06.2577441+00:00",
"SubmitDate": "2025-11-25T21:39:06.2577441+00:00",
"ReportPeriodStart": "2025-11-25T21:39:06.2577441+00:00",
"ReportPeriodEnd": "2025-11-25T21:39:06.2577441+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d6268e5-0ce5-401a-9fb6-b466e513279d",
"Rows": [
{
"ItemId": "9277587c-b1da-446b-a412-7b9317ae4d79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9277587c-b1da-446b-a412-7b9317ae4d79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d6268e5-0ce5-401a-9fb6-b466e513279d",
"Rows": [
{
"ItemId": "9277587c-b1da-446b-a412-7b9317ae4d79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9277587c-b1da-446b-a412-7b9317ae4d79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ab8b1ad5-02af-4b5b-bda8-4d1d028eb034",
"9efde1f8-284d-4a93-8e4a-23af02a98131"
],
"Approvers": [
"f51755f8-20de-4154-a5ce-e0ad557fb58c",
"74307da1-2134-49f8-9258-cb0b930f96fb"
],
"ApprovedBy": "93a221f4-01e2-4538-b69a-ccff4a068401",
"ApprovalDate": "2025-11-25T21:39:06.2577441+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "577daef2-f8d3-4470-b865-24a432671300",
"id": "67f1fbf6-c793-49a9-af08-f0cee48aebb1",
"ConfigId": "f38fe412-f8e0-49bb-92d2-450494f65ec6"
}