GET v1/rental/getSettings/{rentalID}

Settings used to determine visibility and module settings for Rental activity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rentalID

integer

Required

Body Parameters

None.

Response Information

Resource Description

RentalSettingsModel
NameDescriptionTypeAdditional information
IsLocked

Location is blocked from renting

boolean

None.

IsVDP

Location can create new VDPs

boolean

None.

ShowOrderingFor

Location can order for more than just themselves

boolean

None.

CanEdit

Indicates if rental can be edited

boolean

None.

CanSelfOrder

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "isLocked": true,
  "isVDP": true,
  "showOrderingFor": true,
  "canEdit": true,
  "canSelfOrder": true
}