Add Pet To Application

Add a pet to an application.

Path parameters

applicationIdstringRequired
The id of the application

Request

This endpoint expects an object.
petTypeenumRequired
breedstringOptional
namestringOptional
weightdoubleOptional
isServiceAnimalbooleanOptional

Response

Pet added successfully
idstring or nullformat: "uuid"
petTypestring or null
breedstring or null
namestring or null
weightdouble or null
isServiceAnimalboolean or null
createdAtdatetime or null
updatedAtdatetime or null