The interface give a response that will contain the following parameters:
- senderid – StepStone’s internal company id that the listing was posted against
- organisationid – StepStone’s internal user id that the listing was posted under
- reference – customer reference number, these values have to be unique within the same senderid
- listingid – StepStone’s internal listing id, only numerical values will be returned
- listingexpiration – date when the listing will expire.
- action – the type of request that was processed; possible values are INSERT, UPDATE, IGNORE or OFFLINE
- status – a status message
- statuscode – numerical code of the status, please take a look on Error codes page how to handle these codes
- warningcode – numerical code of possible warnings (optional)
- contract_endDate – the end date of the contract, not always returned
- contract_credits – credits remaining on the contract, not always returned
Example responses:
Plain text response (xmlresponse parameter set to false):
Sender_ID=8812;Organisation_ID=12345;Listing_ID=12738;Reference=ABC12345;action=INSERT;STATUS=OK;contract_end_date=30/08/2018;Credits=0;StatusCode=100;listingExpiration=20/04/2018;XML response (xmlresponse parameter set to true):
<jobfeedresponse> <senderid>8812</senderid> <organisationid>12345</organisationid> <reference>ABC12345</reference> <listingid>12738</listingid> <listingexpiration>30/07/2018</listingexpiration> <action>INSERT</action> <status><![CDATA[OK]]></status> <statuscode>100</statuscode> <comments/> <contract> <enddate>30/06/2018</enddate> <credits>1</credits> </contract> </jobfeedresponse>Create Link to offer with listingid from response
If you got a listing id in response from our service you can easy create a direct link to the specific offer.
Example:
listingid = 123456Use static jobboard (depending on value provided in node ) in link and add listingid value in URL parameter:
AT = https://www.stepstone.at/5/index.cfm?event=offerView.dspOfferInline&offerId=123456
BE = https://www.stepstone.be/5/index.cfm?event=offerView.dspOfferInline&offerId=123456
DE = https://www.stepstone.de/5/index.cfm?event=offerView.dspOfferInline&offerId=123456
FR = https://www.stepstone.fr/5/index.cfm?event=offerView.dspOfferInline&offerId=123456
NL = https://www.stepstone.nl/5/index.cfm?event=offerView.dspOfferInline&offerId=123456
ZA = https://www.pnet.co.za/5/index.cfm?event=offerView.dspOfferInline&offerId=123456