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-07-08T08:44:01.545219+00:00",
"SubmitDate": "2026-07-08T08:44:01.545219+00:00",
"ReportPeriodStart": "2026-07-08T08:44:01.545219+00:00",
"ReportPeriodEnd": "2026-07-08T08:44:01.545219+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "984923f9-82e6-47fd-ae05-ea272ecb07d0",
"Rows": [
{
"ItemId": "81ba1cfb-2cdd-40a6-9017-eb799f52350f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81ba1cfb-2cdd-40a6-9017-eb799f52350f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "984923f9-82e6-47fd-ae05-ea272ecb07d0",
"Rows": [
{
"ItemId": "81ba1cfb-2cdd-40a6-9017-eb799f52350f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81ba1cfb-2cdd-40a6-9017-eb799f52350f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"90a6f0c6-64c9-401e-b04e-448a2e11a737",
"46c3f428-190f-435f-98c0-811e7690e76a"
],
"Approvers": [
"33c7cbf3-404d-41be-b125-c24c45ff54d7",
"dba4e696-ff0c-424f-a8cc-23feb7d65dd1"
],
"ApprovedBy": "1f38ec82-c0ae-42cb-b361-0a8b61a78564",
"ApprovalDate": "2026-07-08T08:44:01.545219+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7cf2f735-4e64-4477-926d-15f26b0fb139",
"WorkPlanId": "3141a158-3f85-4d69-9d02-280ba28395dd",
"id": "8d18a173-85cf-4b5d-8240-a54cb550d859",
"ConfigId": "46c737c2-b0d8-4756-aa19-9cbf7c44a28a"
}