Partner Lead API
Responses
| Code | Description | Schema | Examples |
|---|---|---|---|
| 200 | Success. | LeadSuccessResponse | success |
| 400 | Bad request. Indicates either that some required parameter is missing or value of the parameter is invalid. | ErrorResponse | missing_required_parameter state_not_supported eligible_vehicle_not_found |
| 403 | Forbidden. Indicates the request was rejected because the client does not have access rights to the content. | ErrorMessageResponse | forbidden |
| 500 | Server error. Indicates that the server encountered an unexpected condition or an error that prevented it from fulfilling the request. | ErrorResponse | server_error |
Response Example
Success
1 2 3 4 5 6 7 8 9 | |
Bad request
Missing required parameter
1 2 3 4 5 | |
State not supported
1 2 3 4 5 | |
Eligible vehicle not found
1 2 3 4 5 | |
Forbidden
1 2 3 | |
Server error
1 2 3 4 5 | |