Create Resident Pet: ResMan

Create Resident Pet: ResMan | Interface | Method | |---|---| | Residents | /Residents/PostPets | <Note title="Notice">This write operation will set the created_record_id flag on the write-status endpoint and allow for new record to be read back in immediately.</Note>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
resident_idstringRequired
The Propexo unique identifier for the resident
namestringRequired
The name associated with the resident pet
typestringRequired
The type associated with the resident pet
age_in_yearsintegerOptional>=0
The age in years of the resident pet
breedstringOptional
The breed of the resident pet
colorstringOptional
The color of the resident pet
notesstringOptional
Notes associated with the resident pet
weight_in_poundsintegerOptional>=0
The weight in pounds of the resident pet

Response

Successful response
metaobject
resultobject

Errors

400
Bad Request Error