Update Customer detailsCopy Pagepatch http://localhost:8080/v0/customers/{customerId}Path ParamscustomerIduuidrequiredUnique identifier (UUID) of the CustomerBody ParamsDescribes the changes to be applied to Customer record. Only the provided information will be updated. Address and Phone Number will be replaced as a whole (no partial updates are possible).addressobjectAddress of the Customeraddress objectdateOfBirthdateDate of birth of the Customer in ISO format YYYY-MM-DDdocumentDataobjectDocument data of the customer. When provided will be updated as a whole, setting the not provided fields to null.documentData objectemailstringEmail address of the CustomerfirstNamestringFirst name of the CustomergenderstringGender of the customer. Possible values: MALE FEMALE OTHER lastNamestringLast name of the CustomermiddleNamestringMiddle name(s) of the CustomerphoneNumberobjectPhone number of the CustomerphoneNumber objectpreferredNamestringPreferred name of the CustomerskipPayIdUpdatebooleanDefaults to falseUpdating a customer's name will also update the payIDs of the linked accounts. If this flag is set to true, the payId update will be skipped.truefalsetaxObligationsarray of objectsCaptures any foreign (outside Australia) tax obligations for the Customer. Notes: Overrides existing list with a new provided Setting to [] (empty array) deletes all existing items from the list taxObligationsADD objecttitlestringTitle of the CustomerResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 12 days ago