Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - BarcodeCreate
Creates a barcode, or returns information on it if it already existed in the cache
Declaration
public string BarcodeCreate ( string apiKey, string barcodeTypeID, string barcodeText );
Arguments
Name |
Type |
Description |
---|---|---|
apiKey |
The API key previously generated by calling the GenerateApiKey function |
|
barcodeTypeID |
The ID of the BarcodeTypes Resource Item |
|
barcodeText |
The text of the barcode to be created/returned. |
Returns
An XML string containing information on the generated barcode. Eg:
<barcode text="1234567890123" type="TYPE_NAME"
succeeded="true" errorMessage="Failed to create because ..."
previewURL="URL_TO_PNG" pdfURL="URL_TO_PDF" pdfPath="PATH_TO_PDF"
widthPx="x" heightPx="y"
/>
None of the provided URL's contain the apiKey QueryString argument. This needs to be appended by the client ("&apiKey=XXX") to authenticate the download
A valid XML string
All information on this page must be treated as External Restricted, or more strict. https://www.chili-publish.com/security