GET request/pricing/downloadtemplate
Downloads the appropriate Template,User Guide and Data Specification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DownloadTemplateBase| Name | Description | Type | Additional information |
|---|---|---|---|
| FileTemplates | Collection of DownloadFileTemplate |
None. |
|
| productId | byte |
None. |
|
| Template | TemplateName |
None. |
Response Formats
application/json, text/json
Sample:
{
"productId": 64,
"template": null,
"fileTemplates": [
{
"downloadFilename": "sample string 1",
"fileLink": "sample string 2"
},
{
"downloadFilename": "sample string 1",
"fileLink": "sample string 2"
}
]
}
text/html
Sample:
{"productId":64,"template":null,"fileTemplates":[{"downloadFilename":"sample string 1","fileLink":"sample string 2"},{"downloadFilename":"sample string 1","fileLink":"sample string 2"}]}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.