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-01T08:42:11.9605986+00:00",
"SubmitDate": "2026-07-01T08:42:11.9605986+00:00",
"ReportPeriodStart": "2026-07-01T08:42:11.9605986+00:00",
"ReportPeriodEnd": "2026-07-01T08:42:11.9605986+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4a9c810-ddea-48f4-953e-3dd8e746a62c",
"Rows": [
{
"ItemId": "4e2bab8f-efae-4fec-b6d7-835bae6aba0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e2bab8f-efae-4fec-b6d7-835bae6aba0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4a9c810-ddea-48f4-953e-3dd8e746a62c",
"Rows": [
{
"ItemId": "4e2bab8f-efae-4fec-b6d7-835bae6aba0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e2bab8f-efae-4fec-b6d7-835bae6aba0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"437e2a42-d678-40b6-9a01-e9b9195b863f",
"6f45bc96-9a63-40a5-956a-54a8a7403fdc"
],
"Approvers": [
"9c36ef29-43e2-4416-a586-cdcafc26e10f",
"d35cedc6-c643-4311-9473-eb4c7c1021c6"
],
"ApprovedBy": "2ae71f3a-706d-4a85-81aa-e19b34ec5b00",
"ApprovalDate": "2026-07-01T08:42:11.9605986+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "945e1a42-27d4-424b-9dd2-c482ca7aacaf",
"WorkPlanId": "eafe6244-262a-4e33-b088-78adb10c24bc",
"id": "02144fec-bfae-4168-a206-652b28bc19ac",
"ConfigId": "4c29c38d-c764-4840-b982-5da17e8ff3c3"
}