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-12T15:01:21.1931122+00:00",
"SubmitDate": "2026-07-12T15:01:21.1931122+00:00",
"ReportPeriodStart": "2026-07-12T15:01:21.1931122+00:00",
"ReportPeriodEnd": "2026-07-12T15:01:21.1931122+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "38235f1b-411b-43e9-8cf8-6af6688f59bd",
"Rows": [
{
"ItemId": "1fc715fb-8fe5-4fff-b0c2-0ca62ef33fc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fc715fb-8fe5-4fff-b0c2-0ca62ef33fc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "38235f1b-411b-43e9-8cf8-6af6688f59bd",
"Rows": [
{
"ItemId": "1fc715fb-8fe5-4fff-b0c2-0ca62ef33fc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fc715fb-8fe5-4fff-b0c2-0ca62ef33fc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7963bd84-a185-48d3-bd7b-6bbeebaade70",
"2fe16dce-33cc-469d-9eb9-ec4455c5a406"
],
"Approvers": [
"3f939a23-a2d7-4462-89de-5f6aaf4fe6ec",
"c4c46ee7-511b-4147-95a3-286b6feb7cff"
],
"ApprovedBy": "00679392-ec65-40ff-9ddd-24ac7c38a620",
"ApprovalDate": "2026-07-12T15:01:21.1931122+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c89029d7-c76c-403a-8932-fb73790e3934",
"WorkPlanId": "2bc2d1cd-fe48-4d6b-84cf-2d77abd66674",
"id": "535334b0-7fbc-45c0-8bd5-c7048b558d0b",
"ConfigId": "4d3a29a5-f0d9-4cbf-b660-65273526f6bc"
}