# Direct the customer to complete the registration process

Source: https://developer.avalara.com/products/mylodge/integration-guides/mylodgetax/zfr1948665822688/

Guide: MyLodgeTax

# Direct the customer to complete the registration process

Learn how to use the registration link in the onboarding process for Avalara MyLodgeTax leads.

**Element type**: Required

**Endpoint/model**: [addPartnerLead](https://developer.avalara.com/api-reference/myLodgeAPI/v1/methods/Onboarding/addPartnerLead/)

During the onboarding process for leads, the response body must include a URL for the leads to complete the registration process. The `registerLink` parameter in the [addPartnerLead](https://developer.avalara.com/api-reference/myLodgeAPI/v1/methods/Onboarding/addPartnerLead/) model defines this URL. The cart link remains active for 30 days.

For new leads (those without an email address associated with an account in the Avalara MyLodgeTax system), the response will contain a link that can be used by the lead or calling application to appear a page where the user can complete the Avalara MyLodgeTax account creation process. For leads that already exist in the Avalara MyLodgeTax system (based on the provided email address), a provide a link that will direct the existing customer to create more properties in the Avalara MyLodgeTax application.

```
{
  "registerLink": "https://www.myurl.com"
}
```