# Welcome New Pets
source: https://developer.mastercard.com/mastercard-agent-pay/documentation/use-cases/add-new-database-records/index.md

👉 Include a use case heading, an example mermaid sequence diagram, and an endpoint request.

Add new records for a new Dog, Cat, Pet adoption or Employee.

## Welcome a New Dog or Cat {#welcome-a-new-dog-or-cat}

This endpoint allows {Pet Store} employees to add a new Dog to the {Pet Store}. You can send a `NewDog` using `POST /dogs` or send a `NewCat` using `POST /cats`.

### Example Sequence {#example-sequence}

Diagram post-new-dog

### New Dog request {#new-dog-request}

See the API structure:


API Reference: `POST /dogs`

<br />

### New Cat request {#new-cat-request}

See the API structure:


API Reference: `POST /cats`

<br />

