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-02T18:59:29.7436446+00:00",
"SubmitDate": "2026-09-02T18:59:29.7436446+00:00",
"ReportPeriodStart": "2026-09-02T18:59:29.7436446+00:00",
"ReportPeriodEnd": "2026-09-02T18:59:29.7436446+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8b03ff31-a82b-4027-b156-30edce8241e2",
"Rows": [
{
"ItemId": "763a6e54-2363-4861-acd7-ccc80772be91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "763a6e54-2363-4861-acd7-ccc80772be91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8b03ff31-a82b-4027-b156-30edce8241e2",
"Rows": [
{
"ItemId": "763a6e54-2363-4861-acd7-ccc80772be91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "763a6e54-2363-4861-acd7-ccc80772be91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3ef96109-62e9-496a-a4b0-954a5eac3336",
"c24c26a7-efbd-44ae-995e-8a6ade20231b"
],
"Approvers": [
"ea092cab-d710-45a2-946e-830002844fdb",
"46b813be-4c1f-4531-bb74-d967b3b89a84"
],
"ApprovedBy": "e410d318-3270-4c6f-bb8d-4cd91fea9c92",
"ApprovalDate": "2026-09-02T18:59:29.7436446+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8cfa195c-4fdb-405c-9061-c2f77a5c3575",
"WorkPlanId": "f46595f0-4bb8-4063-bb23-e00c5c25a16f",
"id": "4c6911c6-7440-4096-a7e1-687b1113a285",
"ConfigId": "d9028d9f-eec4-4cc8-85d5-c34941f3b0bb"
}