Multiposter


API SOAP Interface

Introduction

There is a JSON version of these services available that is based on this SOAP service but supports JSON payloads.. There is also an optional Administration service around managing users, credentials and quota.

A set of SOAP based API services to interact with the multiple job posting and applicant tracking system.

Many of the methods will not require any further input for a user except for posting where the user will be required to complete the process interactively

Getting started

This api has grown over time with extra methods to accomodate a larger number of client requested features. The concept remains the same. Connect to the soap service, authenticate and push or pull data.

Broadly the functionality is split into the following areas

The most important methods are AddAdvert or a variant to push job data into the system combined with TrackAdvert which allows you to view the delivery results.

Following that you may want to enhance functionality by pushing through removals with CloseAdvert or even listing jobs in the system with GetAdvertPaged. You can also look at listing or retrieving applications with GetApplicationsPaged

If you want to pull data on job board access you can use UserFeedsAndQuota and if you need to lookup data in the platform with GetValues, QueryJobTitle and QueryLocations.

Recent change log

List of methods

Output values

Service Description

The following operations are supported. For a formal definition, please review the Service Description.