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-10T01:39:43.2661139+00:00",
"SubmitDate": "2026-07-10T01:39:43.2661139+00:00",
"ReportPeriodStart": "2026-07-10T01:39:43.2661139+00:00",
"ReportPeriodEnd": "2026-07-10T01:39:43.2661139+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ba8464ce-ff78-48d2-92d2-f2a49428c4fc",
"Rows": [
{
"ItemId": "34bab092-65b0-4bdf-924d-e8813791d25a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34bab092-65b0-4bdf-924d-e8813791d25a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ba8464ce-ff78-48d2-92d2-f2a49428c4fc",
"Rows": [
{
"ItemId": "34bab092-65b0-4bdf-924d-e8813791d25a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34bab092-65b0-4bdf-924d-e8813791d25a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2118f4f-e502-42d7-b093-7c96cf02bf1d",
"362ef5da-64ae-4639-a339-d25569da51a2"
],
"Approvers": [
"784fa5d1-e288-4c84-b157-3c53dde1d135",
"4a5b41d5-1b75-4fd3-ae46-6e183d930903"
],
"ApprovedBy": "bc223722-6408-442b-a07a-be79cef72f80",
"ApprovalDate": "2026-07-10T01:39:43.2661139+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f12b2325-036d-44c0-a965-e149e927e2c0",
"WorkPlanId": "c26d9fc1-846d-4b3a-b270-5a318d56daf2",
"id": "60e8a35d-b496-4c44-aab6-c6c66c0f847d",
"ConfigId": "b7c404d3-8286-4649-a5ed-f00c57d5a4f9"
}