Get all fields that can be mapped onto an agreement

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

``200 Success

array of strings

A list of field names that can be mapped onto an agreement

``401 Unauthorized


ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/agreements/mappable_fields


xxxxxxxxxx

curl --request GET \

--url https://api.dealerware.com/admin/agreements/mappable_fields \

--header 'accept: application/json'

xxxxxxxxxx

[\
\
  [\
\
    "customer_name",\
\
    "signature",\
\
    "vin"\
\
  ]\
\
]