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-20T02:14:05.2453909+00:00",
"SubmitDate": "2026-06-20T02:14:05.2453909+00:00",
"ReportPeriodStart": "2026-06-20T02:14:05.2453909+00:00",
"ReportPeriodEnd": "2026-06-20T02:14:05.2453909+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dfe1b30e-d1d0-49cc-8190-e95906bdfad9",
"Rows": [
{
"ItemId": "38e822b0-8f3b-4502-8e13-c3f03cf2bcde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38e822b0-8f3b-4502-8e13-c3f03cf2bcde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dfe1b30e-d1d0-49cc-8190-e95906bdfad9",
"Rows": [
{
"ItemId": "38e822b0-8f3b-4502-8e13-c3f03cf2bcde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38e822b0-8f3b-4502-8e13-c3f03cf2bcde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2a098eb9-5b00-455e-8b38-b9f331abfcea",
"3eca1ba0-81ee-4645-91f8-9c9cb9c36abf"
],
"Approvers": [
"75196d23-796b-4bfe-8123-5dbe4f29eae0",
"90035268-5d89-4a00-bad3-136720c856fd"
],
"ApprovedBy": "56d4bf22-725a-4717-be97-67e54a786e21",
"ApprovalDate": "2026-06-20T02:14:05.2453909+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f8935748-3b40-42c7-a6da-7c84a24a8341",
"id": "b1a3e9f1-be70-4efe-8166-dde27ef6e910",
"ConfigId": "ab847a09-25f8-494d-96ce-bd108a8ab81b"
}