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": "2025-11-23T10:52:06.5170409+00:00",
"SubmitDate": "2025-11-23T10:52:06.5170409+00:00",
"ReportPeriodStart": "2025-11-23T10:52:06.5170409+00:00",
"ReportPeriodEnd": "2025-11-23T10:52:06.5170409+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3b86d07d-2f3c-448d-b1cc-597112ed54b5",
"Rows": [
{
"ItemId": "fa94cbc1-f74c-46e3-83be-b557ba42b500",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa94cbc1-f74c-46e3-83be-b557ba42b500",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3b86d07d-2f3c-448d-b1cc-597112ed54b5",
"Rows": [
{
"ItemId": "fa94cbc1-f74c-46e3-83be-b557ba42b500",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa94cbc1-f74c-46e3-83be-b557ba42b500",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2debb35-9e89-4406-b4b9-df703da31afd",
"19188bae-73c9-4bb4-8435-f262917e59b0"
],
"Approvers": [
"2b301ea4-aa74-4a16-b2b8-548a0bc7e87b",
"a56c5847-4eba-4e7b-858b-6f868fd66554"
],
"ApprovedBy": "7bc86a52-08a3-496e-a651-393781c82dd8",
"ApprovalDate": "2025-11-23T10:52:06.5170409+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b1cc5906-9a8d-4f87-8b84-cdf0ba0b13fd",
"id": "16e78d49-861a-4315-8f7b-3ac1d1664b6e",
"ConfigId": "eb71586a-c890-4be6-b018-9daa1a872319"
}