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-08-27T12:15:49.1756194+00:00",
"SubmitDate": "2026-08-27T12:15:49.1756194+00:00",
"ReportPeriodStart": "2026-08-27T12:15:49.1756194+00:00",
"ReportPeriodEnd": "2026-08-27T12:15:49.1756194+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b09c9486-d397-4f9d-867b-a0cd574d490e",
"Rows": [
{
"ItemId": "954ad78a-11de-4ac4-bb9e-28235b326729",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "954ad78a-11de-4ac4-bb9e-28235b326729",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b09c9486-d397-4f9d-867b-a0cd574d490e",
"Rows": [
{
"ItemId": "954ad78a-11de-4ac4-bb9e-28235b326729",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "954ad78a-11de-4ac4-bb9e-28235b326729",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f5ab89dd-ef35-43d5-9ec3-94e39273de8d",
"6c80a2ee-be62-4b0e-8c83-58cb56ece761"
],
"Approvers": [
"52563abc-3ec5-4d98-bc2a-4e3e7fb19466",
"103c68b2-8604-43ae-871e-95bb47412197"
],
"ApprovedBy": "a2547174-a58e-4095-80f1-fc823379447f",
"ApprovalDate": "2026-08-27T12:15:49.1756194+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b9bf2fff-5ec0-40d6-b58f-e34ca2647249",
"WorkPlanId": "fe857c4e-687c-4a6d-84b1-2ab9485ebc5f",
"id": "72b98311-615e-42c6-bd57-16e35571cbd8",
"ConfigId": "6f6e2852-2aba-4cca-895d-b6b207629ce1"
}