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-10-18T12:56:17.7781811+00:00", "SubmitDate": "2025-10-18T12:56:17.7781811+00:00", "ReportPeriodStart": "2025-10-18T12:56:17.7781811+00:00", "ReportPeriodEnd": "2025-10-18T12:56:17.7781811+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "4cc3ef1e-5a71-47d1-ab5f-c61fbd6ce58c", "Rows": [ { "ItemId": "11aeeeb7-3f3b-42ac-b0a7-969b95a7ce70", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "11aeeeb7-3f3b-42ac-b0a7-969b95a7ce70", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "4cc3ef1e-5a71-47d1-ab5f-c61fbd6ce58c", "Rows": [ { "ItemId": "11aeeeb7-3f3b-42ac-b0a7-969b95a7ce70", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "11aeeeb7-3f3b-42ac-b0a7-969b95a7ce70", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "d7ac9e1f-5aea-4848-93fa-f136a4f188aa", "8cff3103-a049-4e5d-b59e-0b831622f50a" ], "Approvers": [ "99920e37-2d0e-4357-87dc-179accb23fb3", "52b8eb31-9759-4f3a-93f0-b53e080984e7" ], "ApprovedBy": "b0adef1c-87d0-4248-b007-7b05d77897f3", "ApprovalDate": "2025-10-18T12:56:17.7781811+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "4d590f84-267e-461f-ad13-4b3562f43f19", "id": "157cff34-1d27-40be-9ce2-dbeb504b4e17", "ConfigId": "c00c1b05-bd42-49da-9d81-10cb2a307b28" }