POST api/ManageConverter/UpdateConverterToLot

Request Information

URI Parameters

None.

Body Parameters

SubmitLotDetailModel
NameDescriptionTypeAdditional information
lotDetailsID

integer

None.

lotMasterID

integer

None.

converterID

integer

None.

converterValue

decimal number

None.

userConverterValue

decimal number

None.

converterQuantity

integer

None.

converterTotalValue

decimal number

None.

converterVolumeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "lotDetailsID": 1,
  "lotMasterID": 2,
  "converterID": 3,
  "converterValue": 4.0,
  "userConverterValue": 5.0,
  "converterQuantity": 6,
  "converterTotalValue": 7.0,
  "converterVolumeID": 8
}

application/xml, text/xml

Sample:
<SubmitLotDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Petra_Mobile_API.ViewModels">
  <converterID>3</converterID>
  <converterQuantity>6</converterQuantity>
  <converterTotalValue>7</converterTotalValue>
  <converterValue>4</converterValue>
  <converterVolumeID>8</converterVolumeID>
  <lotDetailsID>1</lotDetailsID>
  <lotMasterID>2</lotMasterID>
  <userConverterValue>5</userConverterValue>
</SubmitLotDetailModel>

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.