What is difference between Seamless and Seamless enhanced? Our assumption, both are same except below rest are all same even all call –
a. Consent/disclose already done by user at iCIMS end in Seamless.
b. No need to send email to candidate in Seamless as consent already signed.
c. Rest all calls remains the same.
Submitted by
iCIMSUNIFIL on September 26, 2018Permalink
You are correct however there are a few other things to keep in mind.
You are required to respond with a 200 OK or a 400 error. The typical time out is 30 seconds. You must consider how to do error handling. For example, what errors are hard errors and will return a 400 error response where the order will not be accepted and what errors might be discovered after the initial response and cause an Incomplete order status. This is important for seamless where you will be validating more data and want to ensure to respond within the client system time out window.
Also the initial response when the event notification is received will be In-Progress Candidate or Sent for Seamless Enhanced. This will be updated to In-Progress Vendor when the candidate completes their action. For seamless the initial order status is In-Progress Vendor as you already have all required data.
You are correct however there are a few other things to keep in mind.
You are required to respond with a 200 OK or a 400 error. The typical time out is 30 seconds. You must consider how to do error handling. For example, what errors are hard errors and will return a 400 error response where the order will not be accepted and what errors might be discovered after the initial response and cause an Incomplete order status. This is important for seamless where you will be validating more data and want to ensure to respond within the client system time out window.
Also the initial response when the event notification is received will be In-Progress Candidate or Sent for Seamless Enhanced. This will be updated to In-Progress Vendor when the candidate completes their action. For seamless the initial order status is In-Progress Vendor as you already have all required data.