/
Ratebook Object v2

Ratebook Object v2


Path Parameters

HTTP Header

api-key status:REQUIRED
string - Your Accelerate API Key

URL Substitution

subdomain status:Required
string - Your Accelerate subdomain


Ratebook Requests status:GEt

status:Get - Retrieve all Ratebooks

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/ratebooks/

Response

status:200
Returned if the request is successful.

{ "items": [ { "ratebook_id": 34301, "funder": "Example Funder", "description": "New Ratebook", "active_flag": "Y", "active_date": "2022-08-15", "activated_by": null, "creation_date": "2022-08-15 16:04:22", "created_by": "example@qv.systems", "last_update_date": "2022-08-15 16:13:25", "last_updated_by": "example@qv.systems" } ] }

status:400
Returned if the request sent is invalid.

status:404
Returned if the request is not found or the user does not have permission to view it.


Ratebook Attributes

When retrieving Ratebooks via the API, there are a number of fields.

Mandatory Fields

N/A

Non Mandatory Fields

funder - string

description - string

active_flag - string
Only Ratebooks with active_flag = Y will be available for quoting.

active_date - date

activated_by - string

creation_date - date

created_by - string

last_update_date - date

last_updated_by - string

Related content