Talent Saved Applications
Talent Saved Applications - Old Application Form
This webservice allows management of all applications saved (not yet submitted) by candidate for later.
It allows candidate to finish application when it is the most suitable or withdraw.
Please Note: this webservice is to be used with Old Appliciation Forms and is NOT to be used with RAC - Responsive Application Component.
Response Format
XML
SOAP METHODS
https://api3.lumesse-talenthub.com/CareerPortal/SOAP/TalentSavedApplications?wsdl
getList
Retrieves list of all saved applications saved by candidate for later. It allows candidate to finish application when it is the most suitable. This method must be called with candidate credentials. The user name must be set to the following format for example: TechnicalID:saif:FO The password must be the candidates password used for example: "Saif123!"
Post Parameter
| Parameter | Data Type | Description |
|---|---|---|
| langCode |
LangCode
|
Language code Used for translation of posting target status and error messages If not provided then site master language is used. Click to see possible values |
Request Parameter
Response Parameter
| Parameter | Data Type | Description |
|---|---|---|
| savedApplication |
List
|
List of all saved applications or null if there aren't any |
| id |
Long
|
Saved application id in TalentLink |
| lastSaved |
Date
|
Date and time when application was saved. Time offset is provided. |
| jobAdTitle |
String
|
Advertisement title that application was made. |
| postingStatus |
TranslationDto
|
Advertisement status shows if application for that position are still possible. |
| translatedValue |
String
|
Status translated value. |
| rawValue |
String
|
Status code. |
| postingTargetId |
Long
|
Id of the saved application posting target. |
| jobNumber |
String
|
Number of opening associated with given application. |
withdraw
Deletes FO candidate saved applications with the provided ids. Currently logged in user has to be the owner of the saved application. Along with the saved application following documents are deleted: attachments, reply documents and finally the saved application file. If candidate does not have any more saved applications his folder with saved applications is also deleted. This method must be called with candidate credentials. The user name must be set to the following format for example: TechnicalID:saif:FO The password must be the candidates password used for example: "Saif123!"
Post Parameter
| Parameter | Data Type | Description |
|---|---|---|
| applicationIds |
List
|
Ids of the saved applications to delete. |
| langCode |
LangCode
|
Language code Used for translation of error messages If not provided then site master language is used. Click to see possible values |
Request Parameter
Response Parameter
| Parameter | Data Type | Description |
|---|---|---|
| void |
Void
|