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-01T16:36:13.4920001+00:00",
"SubmitDate": "2026-09-01T16:36:13.4920001+00:00",
"ReportPeriodStart": "2026-09-01T16:36:13.4920001+00:00",
"ReportPeriodEnd": "2026-09-01T16:36:13.4920001+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "668e285b-842d-4e07-89d3-ce441a1f77e4",
"Rows": [
{
"ItemId": "c1810755-7af9-4ed2-bbf9-7a1bedced16d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1810755-7af9-4ed2-bbf9-7a1bedced16d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "668e285b-842d-4e07-89d3-ce441a1f77e4",
"Rows": [
{
"ItemId": "c1810755-7af9-4ed2-bbf9-7a1bedced16d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1810755-7af9-4ed2-bbf9-7a1bedced16d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc563018-56ec-4e27-92ec-12537ee71dce",
"dc2875e6-3f07-41b8-bf24-5b35e33de53a"
],
"Approvers": [
"d36f0496-15bc-4908-b535-68e78143b54e",
"8c516914-3925-4f07-9e7e-0b1847c17f58"
],
"ApprovedBy": "6fd14756-bf7b-4054-9d7f-86fd382eec67",
"ApprovalDate": "2026-09-01T16:36:13.4920001+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1b21ecba-b274-48c4-b9b4-ddf43cf14c3f",
"WorkPlanId": "d7f4a122-940e-46fb-bdc1-6108fca6e561",
"id": "6d3bb663-5a4b-4437-96bc-a58825aa6f78",
"ConfigId": "bc798c40-ff35-424f-9dfc-8e9ab4b8a561"
}