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-26T12:53:24.6200889+00:00",
"SubmitDate": "2026-05-26T12:53:24.6200889+00:00",
"ReportPeriodStart": "2026-05-26T12:53:24.6200889+00:00",
"ReportPeriodEnd": "2026-05-26T12:53:24.6200889+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bfa0901f-5528-45c8-b737-4d1e23ef98b3",
"Rows": [
{
"ItemId": "25892377-faa6-44fe-8ebc-61a34f4ad2ca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25892377-faa6-44fe-8ebc-61a34f4ad2ca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bfa0901f-5528-45c8-b737-4d1e23ef98b3",
"Rows": [
{
"ItemId": "25892377-faa6-44fe-8ebc-61a34f4ad2ca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25892377-faa6-44fe-8ebc-61a34f4ad2ca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d764770-91a8-4218-8e8d-233f97817e39",
"424a0c68-43a2-432a-aca5-9033ee5c64ae"
],
"Approvers": [
"98f476e9-1571-4e47-bb01-f21402dae879",
"7a44e0f0-9ae0-49af-bddc-f5e6bd7183ce"
],
"ApprovedBy": "cd8e01b8-fd8d-4bc7-844a-461358020c7a",
"ApprovalDate": "2026-05-26T12:53:24.6200889+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e31fcfbf-6654-4c67-b3e1-568f3a30459b",
"id": "97a3271f-5e29-4e5d-a09e-6f19e7903c58",
"ConfigId": "0bdb5c8a-c73b-488a-8dc9-afea60a85d07"
}