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-11T07:41:26.7449092+00:00",
"SubmitDate": "2026-07-11T07:41:26.7449092+00:00",
"ReportPeriodStart": "2026-07-11T07:41:26.7449092+00:00",
"ReportPeriodEnd": "2026-07-11T07:41:26.7449092+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7342c3e6-fdee-474b-847f-0ed594a4f22d",
"Rows": [
{
"ItemId": "0859ad33-7437-4a54-8161-4d832ee5bedd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0859ad33-7437-4a54-8161-4d832ee5bedd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7342c3e6-fdee-474b-847f-0ed594a4f22d",
"Rows": [
{
"ItemId": "0859ad33-7437-4a54-8161-4d832ee5bedd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0859ad33-7437-4a54-8161-4d832ee5bedd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e20affca-d40e-4d98-ac62-9d958cade022",
"21584d92-c2ba-4eab-bc0c-61618c4c9fe0"
],
"Approvers": [
"448ddc12-80c0-4675-88b6-e89e8c7c5a5f",
"95a73548-2898-4466-9539-5591f2c0ebe8"
],
"ApprovedBy": "7acc8e66-54de-46b9-9613-3510e60686b4",
"ApprovalDate": "2026-07-11T07:41:26.7449092+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e0febe67-ae61-450c-8fea-92d9538ea385",
"WorkPlanId": "c2d7a080-93ed-4df4-a2ad-355a4d175b28",
"id": "936fb4c0-4281-4a88-bf3f-c3951b84c174",
"ConfigId": "4ea51dc3-c6a9-4d08-a056-e3e5a2c3f361"
}