Information Classification: External Restricted.
See https://www.chili-publish.com/security

POST - settings/barcodescolored

Creates a barcode, or returns information on it if it already existed in the cache.

URI

settings/barcodescolored

HTTP Method

Post

Request parameters

Name

Location

Type

Description

API-KEY

http header

apiKey

The API key previously generated by calling the GenerateApiKey function

barcodeTypeID

query

itemID

The ID of the BarcodeTypes Resource Item

barcodeText

query

string

The text of the barcode to be created/returned.

backColor

query

string

Background color for the barcode

barColor

query

string

Bar color for the output barcode

textColor

query

string

Text color for the output barcode

HTTP Return Status

Created

Returns

xmlString

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