# PUT http://{{url}}.agendize.com/api/2.0/resellers/accounts { "resellerId": "{{resellerID}}", "lastName": "{{account.lastName}}", "email": "{{account.email}}", "clientName": "{{account.name}}", "currency": "{{currency}}", "password": "{{password}}", "preferences": { "language": "{{account.lang}}", "timeZone": "{{account.timeZone}}" }, "sendSignupEmail": "false", "tools": [ "scheduling" ], "whiteLabel": { "emailAddress": "noreply@yourdomain.com", "headerBackgroundColor": "FFFFFF", "menuBackgroundColor": "000000" } }