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-09-03T18:16:26.052666+00:00", "SubmitDate": "2025-09-03T18:16:26.052666+00:00", "ReportPeriodStart": "2025-09-03T18:16:26.052666+00:00", "ReportPeriodEnd": "2025-09-03T18:16:26.052666+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "77d42470-63fb-4743-b08c-3d5e1df145f5", "Rows": [ { "ItemId": "228f882b-d44a-4a53-b1e6-aa6933246626", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "228f882b-d44a-4a53-b1e6-aa6933246626", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "77d42470-63fb-4743-b08c-3d5e1df145f5", "Rows": [ { "ItemId": "228f882b-d44a-4a53-b1e6-aa6933246626", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "228f882b-d44a-4a53-b1e6-aa6933246626", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "1aabe651-87f7-4166-8b72-37b174a29018", "34029c5e-c3e8-4188-94eb-1970203b10f7" ], "Approvers": [ "a3f6185f-a9d3-4ca7-a986-1538601e5a58", "15429854-d3f5-4f90-8357-45574e6828f1" ], "ApprovedBy": "792e5352-44ce-4c56-9412-031c85b80d42", "ApprovalDate": "2025-09-03T18:16:26.052666+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "f8746503-d628-40be-9815-9796bfd3fff0", "id": "832054f7-8ae4-47af-a80d-fea001c8d593", "ConfigId": "d0f4b7cd-5252-4c98-b52e-0b4185b8331c" }