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-27T11:43:15.7316518+00:00",
"SubmitDate": "2025-11-27T11:43:15.7316518+00:00",
"ReportPeriodStart": "2025-11-27T11:43:15.7316518+00:00",
"ReportPeriodEnd": "2025-11-27T11:43:15.7316518+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "600ba049-132a-4e42-9f05-ae11f53ce09a",
"Rows": [
{
"ItemId": "32d4ad1f-aebf-403c-89b0-a8231cd241ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "32d4ad1f-aebf-403c-89b0-a8231cd241ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "600ba049-132a-4e42-9f05-ae11f53ce09a",
"Rows": [
{
"ItemId": "32d4ad1f-aebf-403c-89b0-a8231cd241ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "32d4ad1f-aebf-403c-89b0-a8231cd241ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f34a7f8-72e2-4e2d-a2ea-69ca24ff562f",
"67abf4ab-da74-4088-800b-1092f9964fd3"
],
"Approvers": [
"ea53f976-c9a6-449e-a900-929ffbcc4f16",
"4d50d4cd-efe2-4d13-8548-0aadb9e817a7"
],
"ApprovedBy": "361bbe61-1dc2-4b23-83dc-5435c787b2af",
"ApprovalDate": "2025-11-27T11:43:15.7316518+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b367862-b604-48fa-a9e5-a0053f6aed7b",
"id": "665df8fa-a56e-4ee7-990b-08af8150988e",
"ConfigId": "e14c19f2-92a2-469a-9d3f-4b3d479fbd0b"
}