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-27T15:05:22.1940359+00:00",
"SubmitDate": "2026-05-27T15:05:22.1940359+00:00",
"ReportPeriodStart": "2026-05-27T15:05:22.1940359+00:00",
"ReportPeriodEnd": "2026-05-27T15:05:22.1940359+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f3f0c9c0-18e9-42f7-935c-f2e7e2229a4c",
"Rows": [
{
"ItemId": "6aba98a9-bc10-4db6-b28a-e910f49f67fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6aba98a9-bc10-4db6-b28a-e910f49f67fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f3f0c9c0-18e9-42f7-935c-f2e7e2229a4c",
"Rows": [
{
"ItemId": "6aba98a9-bc10-4db6-b28a-e910f49f67fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6aba98a9-bc10-4db6-b28a-e910f49f67fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"18c06dfc-f271-4e16-b3c3-3e4e19e9d346",
"b1dc66e3-7837-40b8-baee-bc1d44d5c42d"
],
"Approvers": [
"d93664be-432c-46db-aba8-686611a99d69",
"dcee4e36-d723-44e7-9626-d074dc4e9757"
],
"ApprovedBy": "17f923ca-dd30-4488-9b20-d4980d8b18e0",
"ApprovalDate": "2026-05-27T15:05:22.1940359+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9857082f-2ba3-4100-bca7-41fcb95757b1",
"id": "126edf5b-c027-44d2-ac9f-636af4c5cfc8",
"ConfigId": "5fb394f0-cd0e-4760-9310-15b8b7064905"
}