| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**token**  
string  
required

**purchase_intent**  
string  
enum  
required  
Purchase intent selected by the customer

* * **Allowed:**  
`buying_now` `buying_soon` `just_exploring`

**api-version**  
integer  
required  
Target API version

``201

Created

# ``404      Token is invalid, expired, or already used

# ``406      Not Acceptable

# ``415      Unsupported Media Type

# ``422      Unprocessable Content

* * *

ShellNodeRubyPHPPython

**Base URL**  
https://api.dealerware.com/contracts/sales_lead

```

xxxxxxxxxx

curl --request POST \
     --url https://api.dealerware.com/contracts/sales_lead \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '

{

"purchase_intent": "buying_now"

}

'
```

* * *

**application/json**

``404``406``415``422

* * *
