NameDescriptionTypeAdditional information
OccupancyId

Represents the PK of the Occupancy

globally unique identifier

None.

Name

Required: Represents the name of the Occupancy. Max Length = 200

string

None.

FacilityId

Required: Represents the PK of the Facility the Occupancy is located in. Retrieve possible values by calling /Facility/GetAllFacilities

globally unique identifier

None.

CompanyId

Conditional: Represents the PK of the global company that the Occupancy is an instance of, if not passed in POST method, then the company is created on the Fly.

globally unique identifier

None.

StreetAddress1

Represents the primary street address of the Occupancy

string

None.

StreetAddress2

Represents the secondary street address of the Occupancy

string

None.

City

Represents the city of the Occupancy

string

None.

RegionId

Represents the PK of the region (State, Province, County, etc) of the Occupancy. Retrieve possible values by calling /Region/GetAllRegionsByCountryId

globally unique identifier

None.

CountryId

Represents the PK of the country of the Occupancy. Retrieve possible values by calling /Country/GetAllCountries

globally unique identifier

None.

PostalCode

Represents the Postal Code/Zip Code of the Occupancy

string

None.

Website

Represents the URL of the website associated with the Occupancy

string

None.

Phone

Represents the primary phone number of the Occupancy

string

None.

DefaultBadgeTemplateId

Represents the PK of the default Badge Template for the Occupancy

globally unique identifier

None.

Deleted

Represents the deleted status of the Occupancy. Should be false for an Add action,

boolean

None.