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
idstringformat: "uuid"
petTypestring
breedstring
namestring
weightdouble
isServiceAnimalboolean
createdAtdatetime
updatedAtdatetime