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-08T22:39:25.5554196+00:00",
"SubmitDate": "2026-07-08T22:39:25.5554196+00:00",
"ReportPeriodStart": "2026-07-08T22:39:25.5554196+00:00",
"ReportPeriodEnd": "2026-07-08T22:39:25.5554196+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "63707df3-07f5-4d03-8164-5356ec1bbefa",
"Rows": [
{
"ItemId": "7b281646-2527-4602-8c11-d23f9a3355c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b281646-2527-4602-8c11-d23f9a3355c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "63707df3-07f5-4d03-8164-5356ec1bbefa",
"Rows": [
{
"ItemId": "7b281646-2527-4602-8c11-d23f9a3355c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b281646-2527-4602-8c11-d23f9a3355c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9b456bcc-5882-4046-a0f6-00ba156485d9",
"577bca56-8c6f-421b-8fc7-d912d230ffa5"
],
"Approvers": [
"a11530d0-43e4-473f-b284-e329b268d8e6",
"7523d913-3b6b-4df9-b5b1-a8c95ba75841"
],
"ApprovedBy": "6193a6ef-4116-4273-b3e2-940ab37e22b6",
"ApprovalDate": "2026-07-08T22:39:25.5554196+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ed39efe7-ce37-48af-b35e-f835f910992b",
"WorkPlanId": "bc3fc364-4e36-4d48-8a68-78d8cb06afba",
"id": "d1df06ba-930b-45d4-9477-5ec00ff34a28",
"ConfigId": "ec737112-393a-43a2-b419-de5dc3e82f22"
}