GET v1/rental/orderTypes

Settings used to determine visibility and module settings for Rental activity

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RentalOrderTypeModel
NameDescriptionTypeAdditional information
OrderTypeID

Unique identifier of the Rental Order Type

string

None.

OrderType

Description of the Rental Order Type

string

None.

Response Formats

application/json, text/json

Sample:
{
  "orderTypeID": "sample string 1",
  "orderType": "sample string 2"
}