setViewedDataRequirement quote
Data Requirement
Quote ID
- UUID (required)
Accept
String (enum)
Defaults to
application/jsonGenerated from available response content types
application/jsonapplication/vnd.goa.error
Allowed Responses:
200 OKresponse.400 invalidArgument: Bad Requestresponse.401 unauthorized: Unauthorizedresponse.404 notFound: Not found500 internalServerError: Internal Server Errorresponse.
Updated
- 10 months ago
Base URL
https://api-gb.app.laka.co/v2/quotes/set_viewed_data_requirement
Example CURL Request
curl --request POST \
--url https://api-gb.app.laka.co/v2/quotes/set_viewed_data_requirement \
--header 'accept: application/json' \
--header 'content-type: application/json'
```
***
### Try It!
- Click `Try It!` to start a request and see the response here! Or choose an example:
- application/json
- `200`
- `application/vnd.goa.error`
- `400`
- `401`
- `404`
- `500`
---