-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
DMS| Preprod | Not able to create candidate through API for multiple company
steps:
- Create candidate through below API
corporate/dms/api/candidateProfile
Email id- prateek.saxena@careerbuilder.com( Existing candidate for CB internal Beta, user id- SAPR, Pwd- SAPR)
UserDid: featuretestuser1
AccountDid: CBATSFEATURETEST2
o/p -->Candidate id 997 ( create new candidate) - now create same candidate
corporate/dms/api/candidateProfile
UserDid: ABC
AccountDid: A7F0PT78MTMZ470WBBT
o/p->
"error": "Signer already exist." - When we login with candidate, we are not able to see company name in drop down
AccountDid is not a parameter for this API and is discarded when sent as input. API simply adds the candidate to the company user is logged into, so if same candidate (with different AccountDid) is passed again as parameter it will show error saying already exist.
Company was not getting mapped when only email of Candidate was passed. Issue fixed. PR: https://github.com/cbdr/DMS/pull/979