POST api/bundlemaster/deletebundlemaster

Request Information

URI Parameters

None.

Body Parameters

BundleMaster
NameDescriptionTypeAdditional information
BundleMasterId

integer

None.

BundleType

string

None.

Description

string

None.

RateValue

decimal number

None.

NumberOfNights

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BundleMasterId": 1,
  "BundleType": "sample string 2",
  "Description": "sample string 3",
  "RateValue": 1.0,
  "NumberOfNights": 1,
  "CreatedDate": "2025-06-24T12:51:37.6275948+00:00",
  "ModifiedDate": "2025-06-24T12:51:37.6275948+00:00",
  "CreatedBy": 1,
  "ModifiedBy": 1,
  "IsActive": true,
  "IsDeleted": true
}

text/html

Sample:
{"BundleMasterId":1,"BundleType":"sample string 2","Description":"sample string 3","RateValue":1.0,"NumberOfNights":1,"CreatedDate":"2025-06-24T12:51:37.6275948+00:00","ModifiedDate":"2025-06-24T12:51:37.6275948+00:00","CreatedBy":1,"ModifiedBy":1,"IsActive":true,"IsDeleted":true}

application/xml, text/xml

Sample:
<BundleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SRG.Core">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-06-24T12:51:37.6275948+00:00</CreatedDate>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2025-06-24T12:51:37.6275948+00:00</ModifiedDate>
  <BundleMasterId>1</BundleMasterId>
  <BundleType>sample string 2</BundleType>
  <Description>sample string 3</Description>
  <NumberOfNights>1</NumberOfNights>
  <RateValue>1</RateValue>
</BundleMaster>

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 'BundleMaster'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.