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-09-14T19:49:35.2267363+00:00",
"SubmitDate": "2026-09-14T19:49:35.2267363+00:00",
"ReportPeriodStart": "2026-09-14T19:49:35.2267363+00:00",
"ReportPeriodEnd": "2026-09-14T19:49:35.2267363+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "97c11b2b-8ae9-4631-91c8-89f6e0f5419d",
"Rows": [
{
"ItemId": "112d3510-4407-4b54-9b79-e0b28e1849a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "112d3510-4407-4b54-9b79-e0b28e1849a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "97c11b2b-8ae9-4631-91c8-89f6e0f5419d",
"Rows": [
{
"ItemId": "112d3510-4407-4b54-9b79-e0b28e1849a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "112d3510-4407-4b54-9b79-e0b28e1849a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3feeed7a-9408-4359-96cf-7bcea391817a",
"dfc8b54d-1fcd-4c5d-bc65-7d10ccc4d1d7"
],
"Approvers": [
"a7d33057-2ab9-428c-b94d-9510d30b4c1c",
"0e36b98a-79e3-45f1-8aef-0f8c3f683870"
],
"ApprovedBy": "54ccc401-8c61-48cb-bbd1-1ea332bafc54",
"ApprovalDate": "2026-09-14T19:49:35.2267363+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d43519c4-202b-4b49-8196-84ec62046e50",
"WorkPlanId": "bad52a2b-6b7a-4f76-aa69-e747eb560163",
"id": "137c6d11-2b2c-4d20-aa15-db0eb0060737",
"ConfigId": "4eb071f0-302c-47c3-ac4a-5ef9029d8914"
}