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-17T11:03:06.6675553+00:00",
"SubmitDate": "2026-05-17T11:03:06.6675553+00:00",
"ReportPeriodStart": "2026-05-17T11:03:06.6675553+00:00",
"ReportPeriodEnd": "2026-05-17T11:03:06.6675553+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c4c52188-04fd-4748-8e80-d84f5b4a5137",
"Rows": [
{
"ItemId": "e1cb3ef6-1f5a-4a90-8c58-1387bbc8bcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e1cb3ef6-1f5a-4a90-8c58-1387bbc8bcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c4c52188-04fd-4748-8e80-d84f5b4a5137",
"Rows": [
{
"ItemId": "e1cb3ef6-1f5a-4a90-8c58-1387bbc8bcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e1cb3ef6-1f5a-4a90-8c58-1387bbc8bcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb686329-8be5-45f0-aa76-9e3cfa7279d7",
"c6d288a1-590b-4ad2-941f-00a850f5e921"
],
"Approvers": [
"255d54f7-0073-4f6e-9711-2d04a738f9e1",
"bb5e6585-2d2f-4f2e-8ad2-251e4427cfe4"
],
"ApprovedBy": "326814b1-b82b-4978-842b-d86669b9aed4",
"ApprovalDate": "2026-05-17T11:03:06.6675553+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2122c90c-f747-4f89-81c9-e7fde9bf004f",
"id": "e3357f23-91c4-4848-80da-6f3588186d86",
"ConfigId": "c2a3ca77-2fb7-4184-99c6-a7b8ee186c54"
}