GET api/DatasheetsPdf?brandNodeId={brandNodeId}&partNumber={partNumber}&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 |
---|---|---|---|
brandNodeId |
Brand Node ID |
integer |
Required |
partNumber |
Part number |
string |
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>