Information Classification: External Restricted.
See https://www.chili-publish.com/security
POST - settings/barcodes
Creates a barcode, or returns information on it if it already existed in the cache
URI
settings/barcodes |
HTTP Method
Post
Request parameters
Name |
Location |
Type |
Description |
---|---|---|---|
API-KEY |
http header |
The API key previously generated by calling the GenerateApiKey function |
|
barcodeTypeID |
query |
The ID of the BarcodeTypes Resource Item |
|
barcodeText |
query |
string |
The text of the barcode to be created/returned. |
HTTP Return Status
Created
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