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-09-11T12:49:25.4188252+00:00",
"SubmitDate": "2026-09-11T12:49:25.4188252+00:00",
"ReportPeriodStart": "2026-09-11T12:49:25.4188252+00:00",
"ReportPeriodEnd": "2026-09-11T12:49:25.4188252+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "84539533-a75d-4e84-b01d-457c05b7c8f0",
"Rows": [
{
"ItemId": "87aea928-dc7d-4aea-be77-1057aefd0993",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "87aea928-dc7d-4aea-be77-1057aefd0993",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "84539533-a75d-4e84-b01d-457c05b7c8f0",
"Rows": [
{
"ItemId": "87aea928-dc7d-4aea-be77-1057aefd0993",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "87aea928-dc7d-4aea-be77-1057aefd0993",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77945b8c-2019-4edd-9871-3a58419c3bbc",
"2866101d-6827-43ca-85d5-fbbd54c150d8"
],
"Approvers": [
"f2fe3aa5-fc66-4cd8-b0ca-7df417cbda80",
"a3904fd0-916b-4b03-a223-41f50b6818d3"
],
"ApprovedBy": "47651afc-f6be-4cf2-87cd-cbe1ec2656bf",
"ApprovalDate": "2026-09-11T12:49:25.4188252+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "28c6d0e0-64cd-44e5-a302-70c04e9fa1be",
"WorkPlanId": "ae5e4fa8-7d87-4e03-8d97-b96cc64c62d8",
"id": "92906e33-9690-4984-beb9-0e0962c05b99",
"ConfigId": "c799cf83-7f23-4add-975d-3922a00125df"
}