Advisor
Create or update an advisor
A licensed travel advisor should undergo Faye's training every year. When creating or updating an advisor, the partner declares that the advisor saw the training. AdvisorID should pass on every quote and purchase to relevant partners.
post/v1/advisor
Headers
Authorizationstring
Bearer token
Request body
Example request
{
"advisorId": "abcd1234",
"firstName": "Jane",
"lastName": "Foster",
"email": "abcd@gmail.com",
"website": "https://www.advisor-website.com",
"trainingDate": "2023-04-18"
}Response
Advisor has been successfully created or updated.
Example response
{
"trainingDate": "2023-04-18"
}