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-13T06:37:40.6309522+00:00",
"SubmitDate": "2026-07-13T06:37:40.6309522+00:00",
"ReportPeriodStart": "2026-07-13T06:37:40.6309522+00:00",
"ReportPeriodEnd": "2026-07-13T06:37:40.6309522+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "23aaa6ed-bebc-44ce-a252-6ebef8f5dbae",
"Rows": [
{
"ItemId": "c02b026c-4afe-45ea-a32c-907675b8c1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c02b026c-4afe-45ea-a32c-907675b8c1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "23aaa6ed-bebc-44ce-a252-6ebef8f5dbae",
"Rows": [
{
"ItemId": "c02b026c-4afe-45ea-a32c-907675b8c1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c02b026c-4afe-45ea-a32c-907675b8c1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b1b9a19f-2982-4f5e-8a47-6c9eb6750ed2",
"df3e3531-e377-4d9c-8e8f-81062677fa28"
],
"Approvers": [
"3b668a50-00f4-4dfa-a4a3-56fd39989672",
"6ea17eee-67ea-4725-b784-6a0c449e928f"
],
"ApprovedBy": "b6339797-40d6-4d12-8902-78817ed91044",
"ApprovalDate": "2026-07-13T06:37:40.6309522+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2957c605-dcf5-4490-9408-cbbd76fef274",
"WorkPlanId": "8f2fada3-637c-418f-861a-8e1c8f915fe8",
"id": "786ba5d1-62a3-44f6-934c-c713e8c0f4be",
"ConfigId": "4a13c033-c9c0-43f4-972d-841632f72eda"
}