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-03T07:47:30.1240694+00:00",
"SubmitDate": "2026-09-03T07:47:30.1240694+00:00",
"ReportPeriodStart": "2026-09-03T07:47:30.1240694+00:00",
"ReportPeriodEnd": "2026-09-03T07:47:30.1240694+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69d7d9d6-dc28-485c-890d-044f19e7ee80",
"Rows": [
{
"ItemId": "b2ba4f70-74c9-42b4-996b-c038a768f513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2ba4f70-74c9-42b4-996b-c038a768f513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69d7d9d6-dc28-485c-890d-044f19e7ee80",
"Rows": [
{
"ItemId": "b2ba4f70-74c9-42b4-996b-c038a768f513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2ba4f70-74c9-42b4-996b-c038a768f513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc71ec33-1132-4fba-9063-a3014dc40bf5",
"40ef2314-e32c-48b9-a4c3-bec01d462b7a"
],
"Approvers": [
"c3482878-18b3-4075-9fe9-15fecc3dd11c",
"54ea37b7-94a3-47f7-af82-211c4c553ecb"
],
"ApprovedBy": "885f4abe-6994-49d3-80cb-c64d8c531982",
"ApprovalDate": "2026-09-03T07:47:30.1240694+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "76ce6f09-558b-4926-b0ad-cc6c45b66f07",
"WorkPlanId": "302d29ac-fcb8-49bd-89d6-d547514bf9db",
"id": "00348840-5906-44b8-9524-92b57967f037",
"ConfigId": "2be49174-3c81-4d70-83c8-813cf6923f2d"
}