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-31T19:13:31.4860102+00:00",
"SubmitDate": "2026-07-31T19:13:31.4860102+00:00",
"ReportPeriodStart": "2026-07-31T19:13:31.4860102+00:00",
"ReportPeriodEnd": "2026-07-31T19:13:31.4860102+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "94611c2d-0287-47a4-a5af-ca23604c01f1",
"Rows": [
{
"ItemId": "89f8623c-4e4e-4a2c-a0ad-3dcacad54d27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "89f8623c-4e4e-4a2c-a0ad-3dcacad54d27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "94611c2d-0287-47a4-a5af-ca23604c01f1",
"Rows": [
{
"ItemId": "89f8623c-4e4e-4a2c-a0ad-3dcacad54d27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "89f8623c-4e4e-4a2c-a0ad-3dcacad54d27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f3b27eb1-1db8-4e5d-be30-54066203ca88",
"a471026b-5d43-4e57-a1e8-e1c6f9c7fe1c"
],
"Approvers": [
"dabc2cec-8bfd-4c8f-abfb-d524cb506f68",
"ac5fc723-ce9f-4fc2-a6f0-4867e92057df"
],
"ApprovedBy": "adbc6f63-a40f-432f-b38e-d5b846223d42",
"ApprovalDate": "2026-07-31T19:13:31.4860102+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "65bcdfa5-05e8-43f2-9e10-5c0e23064d71",
"WorkPlanId": "4ace64a4-5151-4f5d-9c79-c41c47bc1c6e",
"id": "9d456b10-b399-496e-92f2-0bef9fdb0ddf",
"ConfigId": "1ffe1853-e5bf-4591-bc3f-76f61e2f1516"
}