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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-02-25T07:07:09.3663912+00:00",
"SubmitDate": "2026-02-25T07:07:09.3663912+00:00",
"ReportPeriodStart": "2026-02-25T07:07:09.3663912+00:00",
"ReportPeriodEnd": "2026-02-25T07:07:09.3663912+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9ce8b9d3-e900-4cf5-9ff0-bc82cf474d17",
"Rows": [
{
"ItemId": "5ca32e1d-69c7-469d-a6aa-03c54901eaa3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ca32e1d-69c7-469d-a6aa-03c54901eaa3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9ce8b9d3-e900-4cf5-9ff0-bc82cf474d17",
"Rows": [
{
"ItemId": "5ca32e1d-69c7-469d-a6aa-03c54901eaa3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ca32e1d-69c7-469d-a6aa-03c54901eaa3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"519af5e4-be65-44ec-bea7-ad12092d1ceb",
"941710c1-9ce2-4abe-b80a-5120ebe6b511"
],
"Approvers": [
"09d4af8b-6ed6-497b-bf23-f4ac9be97c0c",
"3917f8e3-ec45-419b-9a5c-f46d37fb8d4d"
],
"ApprovedBy": "47253b72-fbaa-4a2c-beea-6cfab637f48e",
"ApprovalDate": "2026-02-25T07:07:09.3663912+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "842b80be-9a0f-46f1-ac13-92222b9d0ca4",
"id": "c2865861-c3a3-4b1e-a59c-652b3a0c0be8",
"ConfigId": "c777da0e-a459-4f90-a90e-5f8a04c6c085"
}