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-21T15:16:24.8839414+00:00",
"SubmitDate": "2026-06-21T15:16:24.8839414+00:00",
"ReportPeriodStart": "2026-06-21T15:16:24.8839414+00:00",
"ReportPeriodEnd": "2026-06-21T15:16:24.8839414+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "95562f20-8381-48d7-a94f-a4ce43ee9f72",
"Rows": [
{
"ItemId": "33560522-6e36-480d-8fdf-e3a2d4108aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33560522-6e36-480d-8fdf-e3a2d4108aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "95562f20-8381-48d7-a94f-a4ce43ee9f72",
"Rows": [
{
"ItemId": "33560522-6e36-480d-8fdf-e3a2d4108aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33560522-6e36-480d-8fdf-e3a2d4108aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bbe6e0a0-927b-4e22-a7d8-9ea9b0e767ec",
"886666b7-4057-4c2d-81d7-6b960ebb8e11"
],
"Approvers": [
"ab6c854a-0181-4ff8-9a9c-d0fcd5dea8f3",
"d074bebf-5ba5-4bb5-ab60-6345a8c5227a"
],
"ApprovedBy": "49523862-7fbf-4aff-add1-e8965e336e6a",
"ApprovalDate": "2026-06-21T15:16:24.8839414+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "529c4cf3-93d0-4da2-ae4c-8a876a853ebe",
"id": "d82beff9-fa07-41c5-a12b-1f012ee74f07",
"ConfigId": "f82e36ea-cbda-4daf-8907-b7a8e6c0af40"
}