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:
"882dd520-6ec4-4cfe-a45b-fe1c9e7b5a10"