Appearance
!--methodPOST--!/getSecurityPrice ā
Get the boat's
price
and itssource code
based on the inputs.
Partner APIGlass's GuideBoat
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | application/json |
Response | application/json |
š¦ Request Body ā
security_type RequiredBoat's security type value
'watercraft'
category RequiredBoat's category
string
year RequiredBoat's year
number
make RequiredBoat's manufacturer
string
family RequiredBoat's family
string
variant RequiredBoat's variant
string
series RequiredBoat's series
string
style RequiredBoat's style
string
ā¹ļø Examples ā
Request
json
{
"security_type": "watercraft",
"category": "pwc",
"year": 2023,
"make": "Kawasaki Jet Ski",
"family": "Ultra",
"variant": "310lx",
"series": "Jt1500vpfnn",
"style": "Jetski"
}
Response
json
{
"has_price": true,
"source_code": "01N923"
}
json
{
"has_price": false
}
json
{
"message": "Unauthenticated."
}