{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/request-adjust",
"title": "AdjustRequest",
"description": "An **AdjustRequest** contains the same data as a standard **QuoteRequest** with added detail of the adjustment operation.",
"allOf": [
{
"type": "object",
"properties": {
"adjust_description": {
"type": "string",
"description": "Specifies the reason for the adjustment operation, for auditing purposes. May be a custom, user-entered description."
}
}
},
{
"$ref": "#/components/schemas/request-quote"
}
],
"x-internal": false
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.