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-02T10:05:33.3107844+00:00",
"SubmitDate": "2026-07-02T10:05:33.3107844+00:00",
"ReportPeriodStart": "2026-07-02T10:05:33.3107844+00:00",
"ReportPeriodEnd": "2026-07-02T10:05:33.3107844+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9a70edee-6fd9-4966-bf79-46578b080500",
"Rows": [
{
"ItemId": "4c55d8e5-474a-4c27-b2cf-a577ce9fc586",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c55d8e5-474a-4c27-b2cf-a577ce9fc586",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9a70edee-6fd9-4966-bf79-46578b080500",
"Rows": [
{
"ItemId": "4c55d8e5-474a-4c27-b2cf-a577ce9fc586",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c55d8e5-474a-4c27-b2cf-a577ce9fc586",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ecaf833b-6856-4843-b200-d37700ef4c7e",
"81eb2a7e-ae33-4463-b42f-c956c79b0e96"
],
"Approvers": [
"f4d8c8a7-9f10-4756-9f9e-1e94df3b5bb5",
"2d7344b8-d9b5-4748-8bfe-2184e4362d51"
],
"ApprovedBy": "ba7995c5-9f37-4cfb-8f39-ee547153b201",
"ApprovalDate": "2026-07-02T10:05:33.3107844+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f3aba210-f741-4685-835a-3731660005a4",
"WorkPlanId": "79b77aa3-2808-42e5-ba1b-b870ae6cdd8f",
"id": "785d6fa3-d293-4517-a27e-6d42913e07f3",
"ConfigId": "2f0b7ce2-7444-4d20-8697-fab32d5c866b"
}