POST api/ShoppingCart/SubmitCustomConverter
Request Information
URI Parameters
None.
Body Parameters
SubmitCustomConverterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| customConverterID | integer |
None. |
|
| lotMasterID | integer |
None. |
|
| converterRefNo | string |
None. |
|
| converterVolumeID | integer |
None. |
|
| converterQuantity | integer |
None. |
|
| converterValue | decimal number |
None. |
|
| converterTotalValue | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"customConverterID": 1,
"lotMasterID": 2,
"converterRefNo": "sample string 3",
"converterVolumeID": 4,
"converterQuantity": 5,
"converterValue": 6.0,
"converterTotalValue": 7.0
}
application/xml, text/xml
Sample:
<SubmitCustomConverterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Petra_Mobile_API.ViewModels"> <converterQuantity>5</converterQuantity> <converterRefNo>sample string 3</converterRefNo> <converterTotalValue>7</converterTotalValue> <converterValue>6</converterValue> <converterVolumeID>4</converterVolumeID> <customConverterID>1</customConverterID> <lotMasterID>2</lotMasterID> </SubmitCustomConverterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.