Update or Add the ContactType object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/ContactType/{id}Path ParamsidintegerrequiredUnique identifier for the ContactType object.Body ParamsThis entity represents a type of a Contact in the system. Examples would "Billing", "Shipping" etc.namestringisRequiredbooleantruetruefalsecontactTypeTypeIdnumberUnique identifier for the associated ContactTypeType object.contactTypeTypeNamestringThe name of the object associated with the contactTypeTypeId property.descriptionstringsendEmailbooleantruetruefalseshowOnOverviewbooleantruetruefalseshowOnNewAccountbooleantruetruefalseResponses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated 2 months ago