Create Resident Pet: ResMan
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_id
The Propexo unique identifier for the integration
resident_id
The Propexo unique identifier for the resident
name
The name associated with the resident pet
type
The type associated with the resident pet
age_in_years
The age in years of the resident pet
breed
The breed of the resident pet
color
The color of the resident pet
notes
Notes associated with the resident pet
weight_in_pounds
The weight in pounds of the resident pet
Response
Successful response
meta
result
Errors
400
Bad Request Error

