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-26T07:55:08.2102689+00:00",
"SubmitDate": "2026-07-26T07:55:08.2102689+00:00",
"ReportPeriodStart": "2026-07-26T07:55:08.2102689+00:00",
"ReportPeriodEnd": "2026-07-26T07:55:08.2102689+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0fb0d316-9244-4f25-9172-bf885d003cab",
"Rows": [
{
"ItemId": "04892d54-995d-41a7-9903-1fca06b55169",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "04892d54-995d-41a7-9903-1fca06b55169",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0fb0d316-9244-4f25-9172-bf885d003cab",
"Rows": [
{
"ItemId": "04892d54-995d-41a7-9903-1fca06b55169",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "04892d54-995d-41a7-9903-1fca06b55169",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d9b97311-c75e-4d65-be34-26c4adaa65c1",
"68a57226-68af-4c67-a17d-95ee6a9aa4aa"
],
"Approvers": [
"0de5dc0e-b86d-4542-8739-b219e2bf468a",
"cfb55e26-bb92-4db9-8f78-05cafbd2bfd1"
],
"ApprovedBy": "7d7d97a5-9e9b-47d1-8930-8e9f6b2a7871",
"ApprovalDate": "2026-07-26T07:55:08.2102689+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "74811ea1-5019-4593-9683-13f3279626ac",
"WorkPlanId": "5fad3d0f-4fb7-4504-941d-aa80c44fd00e",
"id": "6abd0be6-6b68-4199-ae2e-7aaff05fa572",
"ConfigId": "ae8af5c3-c960-4b24-9d06-7814b4d9113e"
}