LocumJobsOnline API v2.0
Jobs
The jobs resource is used to manage job data from LocumJobsOnline.
The job object
The job object represents a job posting for your account.
Attributes
string
Can be any combination of letters and numbers. Must be unique for each job.
This number is used to identify if our website already has a copy of this job. If it exists, we will update the existing job with any new information provided. If not, the job will be added as a new job.
string
The title of your job posting.
string
The city where your job posting is located.
string
The state where your job posting is located.
string
The ZIP code where your job posting is located.
enum
What type of license a nurse applying to your job post needs to have. We use this to appropriately categorize your job.
Possible enum values:CRNA
DO
MD
NP
PA
enum
What specialty most accurately describes your job post. We use this to appropriately categorize your job.
If you have used our Specialty Mapping Tool, you may use any mapped term in addition to the ones on the left.
Possible enum values:Addiction Medicine
Administration
Allergy and Immunology
Anesthesiology
Cardiac Electrophysiology
Cardiology
Cardiothoracic Surgery
Cardiovascular Disease
Child and Adolescent Psychiatry
Colorectal Surgery
Critical Care
Dermatology
Dermatopathology
Emergency Medicine
Endocrinology
Family Practice
Gastroenterology
General Practice
General Surgery
Genetics
Geriatrics
Hematology and Oncology
Hospitalist
Infectious Disease
Internal Medicine
Interventional Radiology
Maternal-Fetal Medicine
Neonatal
Nephrology
Neurology
Neurosurgery
Nurse Practitioner
Obstetrics and Gynecology
Occupational Medicine
Oncology
Ophthalmology
Orthopedic Surgery
Osteopathic
Other
Otolaryngology
Palliative Medicine
Pathology
Pediatric Surgery
Pediatrics
Perinatology
Physical Medicine
Psychiatry
Psychology
Pulmonology
Radiation Oncology
Radiology
Rheumatology
Transplant Surgery
Trauma Surgery
Urgent Care
Urology
Vascular Surgery
enum
The type of shifts the employee is expected to work.
Possible enum values:day
evening
overnight
flex
integer
The number of shifts per week the employee is expected to work. Values from 3 - 6
integer
The number of hours per shift the employee is expected to work. Values from 6 - 16
decimal
The minimum pay provided by the Client for this Job. This is the bottom end of the pay range.
decimal
The maximum pay provided by the Client for this Job. This is the top end of the pay range.
enum
The frequency at which a Client pays the Employee for this Job.
Possible enum values:Hourly
Daily
Weekly
Monthly
Yearly
list<enum>
The type(s) of employment applicable for this job. You can include more than one value from the list of allowed values. See sample feed above for List format example when including multiple values.
Possible enum values:Locum Tenens
Permanent
integer
The numeric length part of the contract duration (e.g. the "13" in "13 weeks").
enum
The unit part of the contract duration (e.g. the "weeks" in "13 weeks").
Possible enum values:day
week
month
year
date
The date your position starts. If left blank, or a date in the past, the start date will automatically be set to ASAP.
string
The description of your job posting. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]>
string
The minimum requirements a lead applying to your job posting must meet. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]>
string
The benefits offered by this position. Basic HTML tags are allowed.
Example
{
"id": 3,
"title": "Job Title",
"license": "MD",
"specialty": "Nephrology",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shiftType": "day",
"shiftsPerWeek": 3,
"hoursPerShift": 12,
"payAmountMin": "737.00",
"payAmountMax": "913.00",
"payFrequency": "Hourly",
"durationLength": 11,
"durationUnit": "week",
"startdate": "2024-09-09",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2024-09-09",
"referencenumber": "sO4Fg4n2",
"employmentType": "Permanent"
}
<?xml version="1.0"?>
<jobs>
<job>
<id>3</id>
<title>Job Title</title>
<license>MD</license>
<specialty>Nephrology</specialty>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shiftType>day</shiftType>
<shiftsPerWeek>3</shiftsPerWeek>
<hoursPerShift>12</hoursPerShift>
<payAmountMin>737.00</payAmountMin>
<payAmountMax>913.00</payAmountMax>
<payFrequency>Hourly</payFrequency>
<durationLength>11</durationLength>
<durationUnit>week</durationUnit>
<startdate>2024-09-09</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2024-09-09</posted>
<referencenumber>sO4Fg4n2</referencenumber>
<employmentType>Permanent</employmentType>
</job>
</jobs>
List all jobs
URL Parameters
No parameters.
Query Parameters
No parameters.
Example Request
Example Response
[
{
"id": 6,
"title": "Job Title",
"license": "DO",
"specialty": "Administration",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shiftType": "day",
"shiftsPerWeek": 3,
"hoursPerShift": 12,
"payAmountMin": "737.00",
"payAmountMax": "913.00",
"payFrequency": "Hourly",
"durationLength": 11,
"durationUnit": "week",
"startdate": "2024-09-09",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2024-09-09",
"referencenumber": "sO4Fg4n2",
"employmentType": "Locum Tenens"
},
{
"id": 10,
"title": "Job Title",
"license": "PA",
"specialty": "Nephrology",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shiftType": "day",
"shiftsPerWeek": 3,
"hoursPerShift": 12,
"payAmountMin": "737.00",
"payAmountMax": "913.00",
"payFrequency": "Hourly",
"durationLength": 11,
"durationUnit": "week",
"startdate": "2024-09-09",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2024-09-09",
"referencenumber": "sO4Fg4n2",
"employmentType": "Locum Tenens"
}
]
<?xml version="1.0"?>
<jobs>
<job>
<id>4</id>
<title>Job Title</title>
<license>DO</license>
<specialty>Nephrology</specialty>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shiftType>day</shiftType>
<shiftsPerWeek>3</shiftsPerWeek>
<hoursPerShift>12</hoursPerShift>
<payAmountMin>737.00</payAmountMin>
<payAmountMax>913.00</payAmountMax>
<payFrequency>Hourly</payFrequency>
<durationLength>11</durationLength>
<durationUnit>week</durationUnit>
<startdate>2024-09-09</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2024-09-09</posted>
<referencenumber>sO4Fg4n2</referencenumber>
<employmentType>Permanent</employmentType>
</job>
<job>
<id>8</id>
<title>Job Title</title>
<license>DO</license>
<specialty>Administration</specialty>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shiftType>day</shiftType>
<shiftsPerWeek>3</shiftsPerWeek>
<hoursPerShift>12</hoursPerShift>
<payAmountMin>737.00</payAmountMin>
<payAmountMax>913.00</payAmountMax>
<payFrequency>Hourly</payFrequency>
<durationLength>11</durationLength>
<durationUnit>week</durationUnit>
<startdate>2024-09-09</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2024-09-09</posted>
<referencenumber>sO4Fg4n2</referencenumber>
<employmentType>Locum Tenens</employmentType>
</job>
</jobs>
Post job(s)
Parameters
The maximum data payload size for requests to this endpoint is 1,000.
The maximum active jobs allowed is 10,000. Any additional jobs will be ignored.
Field | Format/Values | Required | Description |
---|---|---|---|
referenceNumber |
Alphanumeric |
Yes | Can be any combination of letters and numbers. Must be unique for each job. This number is used to identify if our website already has a copy of this job. If it exists, we will update the existing job with any new information provided. If not, the job will be added as a new job. |
title |
String |
Yes | The title of your job posting. |
city |
String |
No | The city where your job posting is located. |
state |
USPS 2-letter abbreviation |
Yes | The state where your job posting is located. |
postalCode |
USPS 5-digit or 9-digit ZIP code |
No | The ZIP code where your job posting is located. |
license |
String One of the following allowed values:
|
Yes | What type of license a nurse applying to your job post needs to have. We use this to appropriately categorize your job. |
specialty |
String One of the following allowed values:
|
Yes | What specialty most accurately describes your job post. We use this to appropriately categorize your job. If you have used our Specialty Mapping Tool, you may use any mapped term in addition to the ones on the left. |
shiftType |
String One of the following allowed values:
|
No | The type of shifts the employee is expected to work. |
shiftsPerWeek |
Integer |
No | The number of shifts per week the employee is expected to work. Values from 3 - 6 |
hoursPerShift |
Integer |
No | The number of hours per shift the employee is expected to work. Values from 6 - 16 |
payAmountMin |
Decimal |
No | The minimum pay provided by the Client for this Job. This is the bottom end of the pay range. |
payAmountMax |
Decimal |
No | The maximum pay provided by the Client for this Job. This is the top end of the pay range. |
payFrequency |
String One of the following allowed values:
|
No | The frequency at which a Client pays the Employee for this Job. |
employmentType |
Enum One of the following allowed values:
|
Yes | The type(s) of employment applicable for this job. You can include more than one value from the list of allowed values. See sample feed above for List format example when including multiple values. |
durationLength |
Integer |
No | The numeric length part of the contract duration (e.g. the "13" in "13 weeks"). |
durationUnit |
String One of the following allowed values:
|
No | The unit part of the contract duration (e.g. the "weeks" in "13 weeks"). |
startDate |
Date |
No | The date your position starts. If left blank, or a date in the past, the start date will automatically be set to ASAP. |
description |
String |
Yes | The description of your job posting. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]> |
requirements |
String |
No | The minimum requirements a lead applying to your job posting must meet. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]> |
benefits |
String |
No | The benefits offered by this position. Basic HTML tags are allowed. |
Example Request
[
{
"referenceNumber": "u9FE7VIZ",
"title": "Job Title",
"city": "Lancaster",
"state": "PA",
"postalCode": "17603",
"description": "Text or HTML describing this job",
"requirements": "Text or HTML describing the requirements for this job",
"license": "MD",
"specialty": "Critical Care",
"shiftType": "evening",
"shiftsPerWeek": 4,
"hoursPerShift": 12,
"payAmountMin": "737.00",
"payAmountMax": "913.00",
"payFrequency": "Hourly",
"employmentType": [
"Locum Tenens",
"Permanent"
],
"durationLength": 13,
"durationUnit": "week",
"startDate": "2024-09-09",
"benefits": "Text or HTML describing the benefits for this job"
}
]
<?xml version="1.0"?>
<jobs>
<job>
<referenceNumber>u9FE7VIZ</referenceNumber>
<title>Job Title</title>
<city>Lancaster</city>
<state>PA</state>
<postalCode>17603</postalCode>
<description>Text or HTML describing this job</description>
<requirements>Text or HTML describing the requirements for this job</requirements>
<license>MD</license>
<specialty>Critical Care</specialty>
<shiftType>evening</shiftType>
<shiftsPerWeek>4</shiftsPerWeek>
<hoursPerShift>12</hoursPerShift>
<payAmountMin>737.00</payAmountMin>
<payAmountMax>913.00</payAmountMax>
<payFrequency>Hourly</payFrequency>
<employmentType>Locum Tenens</employmentType>
<employmentType>Permanent</employmentType>
<durationLength>13</durationLength>
<durationUnit>week</durationUnit>
<startDate>2024-09-09</startDate>
<benefits>Text or HTML describing the benefits for this job</benefits>
</job>
</jobs>
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 1,
"deleted": 0,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
},
"ignoredValues": []
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>1</added>
<deleted>0</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
<ignoredValues/>
</jobs>
Retrieve a job
URL Parameters
REQUIRED
integer
The ID number of the job you want to fetch.
Query Parameters
No parameters.
Example Request
Example Response
{
"id": 4,
"title": "Job Title",
"license": "PA",
"specialty": "Administration",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shiftType": "day",
"shiftsPerWeek": 3,
"hoursPerShift": 12,
"payAmountMin": "737.00",
"payAmountMax": "913.00",
"payFrequency": "Hourly",
"durationLength": 11,
"durationUnit": "week",
"startdate": "2024-09-09",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2024-09-09",
"referencenumber": "sO4Fg4n2",
"employmentType": "Permanent"
}
<?xml version="1.0"?>
<jobs>
<job>
<id>4</id>
<title>Job Title</title>
<license>PA</license>
<specialty>Administration</specialty>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shiftType>day</shiftType>
<shiftsPerWeek>3</shiftsPerWeek>
<hoursPerShift>12</hoursPerShift>
<payAmountMin>737.00</payAmountMin>
<payAmountMax>913.00</payAmountMax>
<payFrequency>Hourly</payFrequency>
<durationLength>11</durationLength>
<durationUnit>week</durationUnit>
<startdate>2024-09-09</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2024-09-09</posted>
<referencenumber>sO4Fg4n2</referencenumber>
<employmentType>Permanent</employmentType>
</job>
</jobs>
Delete a job
URL Parameters
REQUIRED
integer
The ID number of the job you want to delete.
Example Request
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 1,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>1</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>
Delete multiple jobs
Example Request
[
12345,
123456
]
<?xml version="1.0"?>
<jobs>
<job>12345</job>
<job>123456</job>
</jobs>
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 2,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>2</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>
Delete a job by reference
URL Parameters
REQUIRED
string
The reference number of the job you want to delete.
Example Request
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 1,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>1</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>
Delete multiple jobs by reference
Example Request
[
"12345",
"123456"
]
<?xml version="1.0"?>
<jobs>
<job>12345</job>
<job>123456</job>
</jobs>
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 2,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>2</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>