Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.44 KB

File metadata and controls

21 lines (18 loc) · 1.44 KB

LocationUpdateModel

Properties

Name Type Description Notes
site_id int Site Id of the Location. Site Id can be found in your Maxpanda Site Index or Site API
location_id int Id of the Location. Location Id can be found in your Maxpanda Location Index or Location API
name str Name of the Location.
location_type_id int Type of the Location. Location Type Id can be found in your Maxpanda Company Location Type or Location Type API
building_id int Building Id of the Location. Building Id can be found in your Maxpanda Building Index or Buildings API [optional]
description str Description about the Location [optional]
vendors_id list[int] Preferred Vendors of the Location. Vendor Id can be found in your Maxpanda Vendor Index or Vendor API [optional]
contact_name str Name of the contact person [optional]
phone_number str Contact number of Location [optional]
contact_email str Contact Email [optional]
external_email str Add external Email Recipients [optional]
archive bool [optional]
company_address Address [optional]

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