POST report/processMilestoneReport
Request Information
URI Parameters
None.
Body Parameters
MilestoneReportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | string |
None. |
|
| ShowId | integer |
None. |
|
| FunctionalAreas | Collection of integer |
None. |
|
| MilestoneTypes | Collection of integer |
None. |
|
| ProjectAccounts | Collection of integer |
None. |
|
| Xlsx | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportId": "sample string 1",
"ShowId": 2,
"FunctionalAreas": [
1,
2
],
"MilestoneTypes": [
1,
2
],
"ProjectAccounts": [
1,
2
],
"Xlsx": true
}
Response Information
Resource Description
globally unique identifierResponse Information
Response body formats
application/json, text/json
Sample:
"1aeda5cd-bc78-4c4c-a833-f621efbacdda"