addedInput schema / examples
Added value: +[
+ {
+ "id": "01933f9c-7a2b-7c3d-8e4f-1a2b3c4d5e6f",
+ "notes": "Started prescription diet on vet's advice."
+ }
+]
changedInput schema / properties / dateOfBirth / description
Previous value: -"YYYY-MM-DD format"New value: +"The pet's date of birth, in YYYY-MM-DD format. Omit or send null to leave unchanged, send an empty string to clear it."
addedInput schema / properties / dateOfBirth / examples
Added value: +[
+ "2021-06-15"
+]
addedInput schema / properties / id / description
Added value: +"ID of the pet to update."
addedInput schema / properties / id / examples
Added value: +[
+ "01933f9c-7a2b-7c3d-8e4f-1a2b3c4d5e6f"
+]
changedInput schema / properties / insuranceDocumentId / description
Previous value: -"Document ID of insurance policy"New value: +"ID of a previously created document containing the pet's insurance policy. Omit to leave unchanged."
addedInput schema / properties / insuranceDocumentId / examples
Added value: +[
+ "doc_1a2b3c4d5e6f"
+]
addedInput schema / properties / microchipNumber / description
Added value: +"New microchip identification number. Omit to leave unchanged."
addedInput schema / properties / microchipNumber / examples
Added value: +[
+ "985141000123456"
+]
addedInput schema / properties / name / description
Added value: +"New name for the pet. Omit to leave unchanged."
addedInput schema / properties / name / examples
Added value: +[
+ "Bella"
+]
addedInput schema / properties / notes / description
Added value: +"Freeform notes about the pet. Omit to leave unchanged."
addedInput schema / properties / notes / examples
Added value: +[
+ "Allergic to chicken; on prescription food."
+]
changedInput schema / properties / vetContactId / description
Previous value: -"Contact ID of the vet"New value: +"ID of a previously created contact for the pet's vet. Omit to leave unchanged."
addedInput schema / properties / vetContactId / examples
Added value: +[
+ "contact_5e6f7a8b9c0d"
+]