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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-08T23:23:43.4827308+00:00",
"SubmitDate": "2026-08-08T23:23:43.4827308+00:00",
"ReportPeriodStart": "2026-08-08T23:23:43.4827308+00:00",
"ReportPeriodEnd": "2026-08-08T23:23:43.4827308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a577d2c-df23-4e92-9f81-feca180a4935",
"Rows": [
{
"ItemId": "bca39ebf-4f4f-4af6-8460-655c47b2478f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bca39ebf-4f4f-4af6-8460-655c47b2478f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a577d2c-df23-4e92-9f81-feca180a4935",
"Rows": [
{
"ItemId": "bca39ebf-4f4f-4af6-8460-655c47b2478f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bca39ebf-4f4f-4af6-8460-655c47b2478f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b6809d6a-68e7-4289-b57e-d80199f9b6e5",
"78645bcc-db99-4f53-8ff2-5a06bff883e0"
],
"Approvers": [
"3172e909-2e7e-40d6-8a1d-bfe2cc35bd78",
"ed077d88-358c-444b-86e4-ef400ab7217d"
],
"ApprovedBy": "1e4a5537-d038-4ca8-b9ef-f0f7b1b639b5",
"ApprovalDate": "2026-08-08T23:23:43.4827308+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ade92fdb-4acb-40dc-8cc8-874717d54390",
"WorkPlanId": "a9b1e9db-29c9-437d-9cde-19717fd45602",
"id": "0382ab46-205a-4e88-974e-326e2a1ec4cb",
"ConfigId": "d13446d9-c306-451f-b3c2-0e041f60996a"
}