/
VS
vslcloud
/
Infinity API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 2d ago
Details
Filter operations
Account
3
Database
1
Entity
47
get
Gets all companies
get
Gets a company
put
Updates a company
post
Creates a new company
get
Gets project codes for a single company
get
Gets a location
put
Updates a location
post
Creates a new location
get
Gets all contacts
get
Gets a contact
put
Updates a contact
post
Creates a new contact
get
Gets all active consultants
get
Gets all jobs
get
Gets a job
get
Gets job rates for a single temp job
get
Gets job shifts for a single temp job
post
Creates a temp job
post
Creates an item in the ICapture candidate queue
get
Gets all candidates
get
Gets a candidate
put
Updates a candidate
post
Creates a new candidate
get
Gets availability dates for a single temp candidate
post
Creates availability dates for a single temp candidate
delete
Deletes a single availability date from a temp candidate
patch
Updates a single availability date on a temp candidate
get
Gets all placements
get
Gets a placement
get
Gets an Attachment
post
Adds a file attachment to an existing candidate
get
Gets all CVs for a candidate
get
Gets a CV
post
Adds a CV file to an existing candidate
get
Gets a CV in binary format to download
post
Creates an event against the given candidate id.
post
Creates an event against the given contact id.
get
Gets all Attachments for a candidate
get
Gets an Attachment in binary format to download
get
Gets all Referees/ICE Contacts for a candidate
get
Gets a Referee/ICE Contact
post
Adds a referee to an existing candidate
post
Adds a file attachment to an existing referee
get
Gets a Lead
post
Adds a new Lead
get
Gets all leads
get
Gets all umbrella companies
Reference
49
Entity
Gets job rates for a single temp job
get
/Entity/TempJobRates
Query parameters
id
integer
required
Job Id to return
Response
OK
JobRateResult[]
required
Id
integer
required
StartDate
string
date-time
nullable
EndDate
string
date-time
nullable
Pay
number
required
NonPayePay
number
required
Charge
number
required
Per
RateInterval
required
Name
RateName
required
TotalPay
number
required
TotalCost
number
required
Profit
number
required
MarginPercentage
number
required
MarkupPercentage
number
required
Changes