Product

Hide a poll linked to a product

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
poll_idstringRequired
Responses
post
/product/poll/hide/{poll_id}
200Success

Answer a poll

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
poll_idstringRequired
Body
answerstringOptional
brand_idstringOptional
certificate_idstringOptional
Responses
post
/product/poll/answer/{poll_id}
200Success

(Car Club) Update a product with authorized owner data

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Body
objectOptional
Responses
put
/product/update/owner/{product_id}
200Success

Last updated