Appearance
!--methodPOST--!/getSecurityPrice ā
Get the boat's
priceand itssource codebased 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
stringyear RequiredBoat's year
numbermake RequiredBoat's manufacturer
stringfamily RequiredBoat's family
stringvariant RequiredBoat's variant
stringseries RequiredBoat's series
stringstyle 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."
}