POST api/MemberRate/insertmemberrate

Request Information

URI Parameters

None.

Body Parameters

MemberRate
NameDescriptionTypeAdditional information
MemberRateId

integer

None.

ResortId

integer

None.

ResortName

string

None.

MembershipTypeMasterId

integer

None.

MembershipType

string

None.

MembershipTypeMasterPlanId

integer

None.

MembershipPlan

string

None.

FromDate

date

None.

ToDate

date

None.

AdvanceReservationFee

decimal number

None.

ApplyAfterDays

integer

None.

MemberRateRooms

Collection of MemberRateRoom

None.

lstRoomRateWithType

Collection of RoomRateWithType

None.

lstMembershipTypeMaster

Collection of MembershipTypeMaster

None.

lstMembershipPlanMaster

Collection of MembershipPlanMaster

None.

lstBundleList

Collection of BundleMaster

None.

lstResortList

Collection of Resort

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Resort' with type 'SRG.Core.Resort'. Path 'lstResortList[0].RoomList[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Resort' with type 'SRG.Core.Resort'. Path 'lstResortList[0].RoomList[0]'.

text/html

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/html'. Exception message: Self referencing loop detected for property 'Resort' with type 'SRG.Core.Resort'. Path 'lstResortList[0].RoomList[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'SRG.Core.Resort' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'SRG.Core.Resort' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MemberRate'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.