Returns an XML payload containing a full listing of all Room Set data.
Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getRoomSets
Parameter Options:
*apiKey: Valid API key postFlag: 0 or 1 (represents true or false).
roomSetIDs: Comma separated numeric values; Used to pull a specific list of roomsets by id.
postFlag: Boolean value (0 or 1). Include only post or not post function. default is all
plannerID: Numeric value containing a valid planner.
startsOnAfterDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
startsOnBeforeDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
endsOnAfterDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
endsOnBeforeDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
approvedFlag: Boolean value (0 or 1). Include only approved or not approved function. Default is 1.
suppliesApprovedFlag: Boolean value (0 or 1). Include only approved supplies or not approved supplies for roomset. Default is ALL.
supplyTypeIDs :Comma separated numeric values; Used to pull a specific list of supplies by id.
includeSupplies: Boolean value (0 or 1). Include supplies or not include supplies. Default is 1.
Sample XML Payload: See Rest_GetRoomSets.xml