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
StatusReportName | 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-07-12T02:51:46.3690527+00:00", "SubmitDate": "2025-07-12T02:51:46.3690527+00:00", "ReportPeriodStart": "2025-07-12T02:51:46.3690527+00:00", "ReportPeriodEnd": "2025-07-12T02:51:46.3690527+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "a7b8fd8f-5963-4e97-88c5-111fcc8f8b63", "Rows": [ { "ItemId": "2c2df065-7569-4828-a8a0-aebf7ec1507c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "2c2df065-7569-4828-a8a0-aebf7ec1507c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "a7b8fd8f-5963-4e97-88c5-111fcc8f8b63", "Rows": [ { "ItemId": "2c2df065-7569-4828-a8a0-aebf7ec1507c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "2c2df065-7569-4828-a8a0-aebf7ec1507c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "77bffb19-fdfc-41f5-98a3-dfe1a52c5962", "8d83bac5-8209-4fef-aecb-b4c483f9a341" ], "Approvers": [ "8c17bf3c-8004-4148-ae76-01d2469ce910", "73d55afe-8365-4acd-8b09-8ac08ad4d3dc" ], "ApprovedBy": "af104ba6-ffea-4ec2-956a-37daea9f428b", "ApprovalDate": "2025-07-12T02:51:46.3690527+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "5c2e8dd5-f8e5-4104-a9c1-8407c481586c", "id": "fff27d29-d58a-4215-9cd0-da0ad62037f9", "ConfigId": "fba0cfaa-7045-44ac-aa14-962d00336a15" }