SystemsX
  • SystemsX
  • Bridge
    • API Create Job
    • API Billing Usage
  • SENSE
    • API - Base URL
    • API Agents - List
    • API Call - Manual Upload
    • API Call - History
    • API Call - Metrics
    • Assist - Integration
    • API Assist - Load
    • API Assist - Functions
    • API Email - History
    • API Email - Create
  • GEO
    • Common - Encode
    • Common - Decode
    • Common - Neighbors
    • Common - Inside Polygon
Powered by GitBook
On this page
  • https://systemsx.co.uk/products/bridge
  • Create a Booking Job
  1. Bridge

API Create Job

PreviousSystemsXNextAPI Billing Usage

Last updated 7 months ago

Create a Booking Job

POST /external/deploy/booking

This endpoint allows the creation of a booking job. Either the username or the email_address parameter is required, but only one should be provided.

Body

Name
Type
Required

api_key

string

true

type

string

po,msc,tui

bookingReference

string

true

return_url

url

false

organisationName

string

required

agentName

string

required

bookingFields[]

array

true

bookingFields[username]

string

[username OR email_address]

bookingFields[email_address]

email

[username OR email_address]

bookingFields[password]

string

true

Response

{
  "hash": "XXXXXXXXXXXXXXXXXXXXX"
}
{
  "hash": "XXXXXXXXXXXXXXXXXXXXX",
  "errors": [
    "X field is Missing or Empty."
  ]
}
{
  "hash": "XXXXXXXX",
  "ImportDetail": {
      "importRequest": {
          "sourceReference": "",
          "bookingReference" : "",
          "bookingFields": [],
          "returnUrl": "",
          "api_key": "",
          "type": ""
      }
  }
}
https://systemsx.co.uk/products/bridge