GET api/DatasheetsPdf/{id}?languageCode={languageCode}
Generates a PDF datasheet for a particular part, uploads to storage and returns the URL for the datasheet.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of part to generate datasheet for |
integer |
Required |
languageCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
URL of datasheet
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string;"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string;</string>