Skip to main content
POST

Authorizations

Authorization
string
header
required

Use your app's API_KEY as the username, and leave the password blank

Path Parameters

connection_id
string<uuid>
required

ID of the connection that will process this request

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
request_json
object

The request payload in JSON format (alternative to request_xml)

Example:
request_xml
string

The request payload in QBXML format (alternative to request_json)

Example:

"<QBXML><QBXMLMsgsRq onError='stopOnError'><CustomerQueryRq requestID='1'><MaxReturned>100</MaxReturned></CustomerQueryRq></QBXMLMsgsRq></QBXML>"

webhook_url
string<uri>

Optional URL to receive a webhook when the request is completed

Example:

"https://your-webhook-url.com/endpoint"

Response

Queued request created successfully

data
object