POST api/ShoppingCart/DeleteLotConverter

Request Information

URI Parameters

None.

Body Parameters

DeleteLotConverter
NameDescriptionTypeAdditional information
lotMasterID

integer

None.

lotDetailsID

integer

None.

converterID

integer

None.

isCustomConverter

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "lotMasterID": 1,
  "lotDetailsID": 2,
  "converterID": 3,
  "isCustomConverter": true
}

application/xml, text/xml

Sample:
<DeleteLotConverter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Petra_Mobile_API.ViewModels">
  <converterID>3</converterID>
  <isCustomConverter>true</isCustomConverter>
  <lotDetailsID>2</lotDetailsID>
  <lotMasterID>1</lotMasterID>
</DeleteLotConverter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.