---
title: "Enroll a single pet microchip with HomeAgain."
method: POST
path: "/homeagain/enroll"
tags: ["HomeAgain"]
---

# Enroll a single pet microchip with HomeAgain.

`POST /homeagain/enroll`

## Request body

- HomeAgainEnrollRequest
  - `microchipNumber` string
  - `ownerFirstName` string
  - `ownerLastName` string
  - `ownerAddressLine1` string, nullable
  - `ownerAddressLine2` string, nullable
  - `ownerCity` string, nullable
  - `ownerStateAbbr` string, nullable
  - `ownerPostalCode` string
  - `ownerTelephone` string, nullable
  - `ownerAltTelephone` string, nullable
  - `ownerMobilePhone` string, nullable
  - `emailAddress` string, nullable
  - `altOwnerFirstName` string, nullable
  - `altOwnerLastName` string, nullable
  - `altOwnerTelePhone` string, nullable
  - `petName` string
  - `petSpecies` string
  - `breedName` string, nullable
  - `additionalBreedName` string, nullable
  - `petGender` string, nullable
  - `petColorName` string, nullable
  - `secondaryColor` string, nullable
  - `petSpayNeuter` string, nullable
  - `petWeight` string, nullable
  - `petDOB` string, nullable
  - `petRabiesTag` string, nullable
  - `transactionType` string, nullable

## Response `200`

OK

- HomeAgainEnrollResult
  - `success` boolean
  - `results` string, nullable
  - `microchipNumber` string, nullable
  - `errorMessage` string, nullable

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
