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-12T11:31:07.6446992+00:00",
"SubmitDate": "2026-06-12T11:31:07.6446992+00:00",
"ReportPeriodStart": "2026-06-12T11:31:07.6446992+00:00",
"ReportPeriodEnd": "2026-06-12T11:31:07.6446992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d737518-4f56-4882-b155-2831a059c9cb",
"Rows": [
{
"ItemId": "da164170-50de-46dd-9708-a6bda5b44b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da164170-50de-46dd-9708-a6bda5b44b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d737518-4f56-4882-b155-2831a059c9cb",
"Rows": [
{
"ItemId": "da164170-50de-46dd-9708-a6bda5b44b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da164170-50de-46dd-9708-a6bda5b44b8d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b472f4eb-7fe7-491d-8d99-0a2590f2987e",
"511729de-eeb5-4095-846d-2d9133c03257"
],
"Approvers": [
"e6a84f97-b2e6-42f6-8169-fbf4509ec49d",
"5c4397bb-49aa-4053-9826-9953f20854a8"
],
"ApprovedBy": "689af59e-fc1d-4686-896b-9181eb513a33",
"ApprovalDate": "2026-06-12T11:31:07.6446992+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "016ce20a-4634-437a-8400-07a1238e832e",
"id": "073e15ff-91ae-4110-83d7-51f8465ea32c",
"ConfigId": "19c2b12a-9bc0-4c49-b34d-dfc140ce642c"
}