addedInput schema / examples
Added value: +[
+ {
+ "id": "01933f9c-7a2b-7c3d-8e4f-1a2b3c4d5e6f",
+ "notes": "Repaired ice maker under warranty, June 2026.",
+ "warrantyExpiryDate": "2026-11-04"
+ }
+]
addedInput schema / properties / brand / description
Added value: +"New manufacturer or brand name. Omit to leave unchanged."
addedInput schema / properties / brand / examples
Added value: +[
+ "Samsung"
+]
addedInput schema / properties / id / description
Added value: +"ID of the appliance 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 insurance policy. Omit to leave unchanged."
addedInput schema / properties / insuranceDocumentId / examples
Added value: +[
+ "doc_1a2b3c4d5e6f"
+]
addedInput schema / properties / model / description
Added value: +"New model name or number. Omit to leave unchanged."
addedInput schema / properties / model / examples
Added value: +[
+ "RF28R7351SG"
+]
addedInput schema / properties / name / description
Added value: +"New name for the appliance. Omit to leave unchanged."
addedInput schema / properties / name / examples
Added value: +[
+ "Kitchen Refrigerator"
+]
addedInput schema / properties / notes / description
Added value: +"Freeform notes about the appliance. Omit to leave unchanged."
addedInput schema / properties / notes / examples
Added value: +[
+ "Extended warranty purchased in-store, receipt in the kitchen drawer."
+]
changedInput schema / properties / purchaseDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the appliance was purchased, in YYYY-MM-DD format. Omit or send null to leave unchanged, send an empty string to clear it. Must not be after warrantyExpiryDate."
addedInput schema / properties / purchaseDate / examples
Added value: +[
+ "2023-11-04"
+]
addedInput schema / properties / serialNumber / description
Added value: +"New manufacturer serial number. Omit to leave unchanged."
addedInput schema / properties / serialNumber / examples
Added value: +[
+ "S/N-4471829"
+]
changedInput schema / properties / warrantyDocumentId / description
Previous value: -"Document ID of warranty"New value: +"ID of a previously created document containing the warranty paperwork. Omit to leave unchanged."
addedInput schema / properties / warrantyDocumentId / examples
Added value: +[
+ "doc_8f3a1c2b9e4d"
+]
changedInput schema / properties / warrantyExpiryDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the manufacturer warranty expires, in YYYY-MM-DD format. Omit or send null to leave unchanged, send an empty string to clear it. Must not be before purchaseDate."
addedInput schema / properties / warrantyExpiryDate / examples
Added value: +[
+ "2025-11-04"
+]