Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.77 KB

File metadata and controls

28 lines (25 loc) · 1.77 KB

UpdateCustomerModel

Properties

Name Type Description Notes
sites_id list[int] Site Ids of the Customer. Site Id can be found in your Maxpanda Site Index or Site API
customer_id int Id of the Customer. Customer Id can be found in your Maxpanda Customer Index or Customer API
first_name str First Name of the Customer
last_name str Last Name of the Customer
email str Email address of the Customer
account_number str Account # of the Customer [optional]
contract_date datetime Contract Date of the Customer [optional]
min_weekly_hours float Min Weekly Hours of the Customer [optional]
max_weekly_hours float Max Weekly Hours of the Customer [optional]
total_hours float Total Hours of the Customer [optional]
company_name str Phone number of customer. [optional]
phone_number str Phone number of the Customer [optional]
mobile_number str Mobile number of the Customer [optional]
fax str Fax number of the Customer [optional]
other str Othe details of the Customer [optional]
web_site str Website address of the Customer [optional]
notes str Notes about the Customer [optional]
billing_address Address [optional]
shipping_address_same_as_billing bool Use Customers Billing address as Shipping Address [optional]
shipping_address Address [optional]

[Back to Model list] [Back to API list] [Back to README]