Table of Contents

Site Type

SiteTypeId : int64Code : stringDescription : stringNotes : stringIsActive : booleanCreatedOn : datetimeModifiedOn : datetimeVersion : int32SitePermissionTreeUsertypeuser rightscreated bymodified by

Learn more about Site Types from the following resources:

Operations

Operation Operation Id Summary Detail
GET GetSiteType

Get a Site Type resource.

View

PATCH UpdateSiteType

Update an existing Site Type resource.

View

DELETE DeleteSiteType

Delete an existing Site Type resource.

View

GET GetSiteTypeCollection

Get a collection of Site Type resources.

View

POST CreateSiteType

Create a new Site Type resource.

View

GET LookupSiteTypeChangePermissionTree

Lookup the permission set for changing the Site Type.

View

GET LookupSiteTypeInsertPermissionTree

Lookup the permission set for creating the Site Type.

View

GET BatchGetSiteType

Get a collection of Site Type resources for the set of id's.

View

POST BatchCreateSiteType

Create a new collection of Site Type resources.

View

PATCH BatchUpdateSiteType

Update a collection of existing Site Type resources.

View

DELETE BatchDeleteSiteType

Delete a collection of existing Site Type resources.

View

PATCH ChangeSiteTypeIsActive

Change the IsActive status for an existing Site Type resource.

View

PATCH ChangeSiteTypePermissionTree

Change the PermissionTree for an existing Site Type resource.

View

PATCH BatchChangeSiteTypeIsActive

Change the IsActive status for a collection of existing Site Type resources.

View

PATCH BatchChangeSiteTypePermissionTree

Change the PermissionTree status for a collection of existing Site Type resources.

View