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-29T01:04:05.0145719+00:00",
"SubmitDate": "2026-08-29T01:04:05.0145719+00:00",
"ReportPeriodStart": "2026-08-29T01:04:05.0145719+00:00",
"ReportPeriodEnd": "2026-08-29T01:04:05.0145719+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2834ab58-868f-46cd-8d8c-be68ae7bc0a8",
"Rows": [
{
"ItemId": "e2fb7d6e-5525-4b90-84ec-e029890f9bee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2fb7d6e-5525-4b90-84ec-e029890f9bee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2834ab58-868f-46cd-8d8c-be68ae7bc0a8",
"Rows": [
{
"ItemId": "e2fb7d6e-5525-4b90-84ec-e029890f9bee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2fb7d6e-5525-4b90-84ec-e029890f9bee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1727c9ba-ce76-47e7-81b9-5c8a225d7435",
"dbf2ed22-5c81-4598-8da4-198e7b7d7903"
],
"Approvers": [
"34ca10d9-6db2-43ac-8c48-f98b33c27bbb",
"a1f52d8b-9f14-47a4-836f-7ff7c1aadd8f"
],
"ApprovedBy": "c5525d1c-50c1-406d-951f-de9a4b294a9a",
"ApprovalDate": "2026-08-29T01:04:05.0301963+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "547620a2-8599-49e0-9dbf-f13ac321b435",
"WorkPlanId": "d18c8f63-3a4c-4ee2-ace1-4ff7a984db39",
"id": "2eccac4a-2e9f-4820-8f96-122dd40efdfb",
"ConfigId": "ed95b20b-5f39-4f4d-8d45-a04554f16bfd"
}