POST api/ShoppingCart/SubmitLotConverters
Request Information
URI Parameters
None.
Body Parameters
Collection of LotConverterListingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| lotConverterListingID | integer |
None. |
|
| lotMasterID | integer |
None. |
|
| lotDetailsID | integer |
None. |
|
| converterID | integer |
None. |
|
| converterRefNo | string |
None. |
|
| isCustomConverter | boolean |
None. |
|
| converterValue | decimal number |
None. |
|
| converterQuantity | integer |
None. |
|
| converterTotalValue | decimal number |
None. |
|
| converterImage | string |
None. |
|
| isActive | boolean |
None. |
|
| isDeleted | boolean |
None. |
|
| converterVolumeName | string |
None. |
|
| converterVolumeValue | decimal number |
None. |
|
| lblConverterValue | string |
None. |
|
| lblConverterTotalValue | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"lotConverterListingID": 1,
"lotMasterID": 1,
"lotDetailsID": 2,
"converterID": 3,
"converterRefNo": "sample string 4",
"isCustomConverter": true,
"converterValue": 5.0,
"converterQuantity": 6,
"converterTotalValue": 7.0,
"converterImage": "sample string 8",
"isActive": true,
"isDeleted": true,
"converterVolumeName": "sample string 11",
"converterVolumeValue": 12.0,
"lblConverterValue": "sample string 13",
"lblConverterTotalValue": "sample string 14"
},
{
"lotConverterListingID": 1,
"lotMasterID": 1,
"lotDetailsID": 2,
"converterID": 3,
"converterRefNo": "sample string 4",
"isCustomConverter": true,
"converterValue": 5.0,
"converterQuantity": 6,
"converterTotalValue": 7.0,
"converterImage": "sample string 8",
"isActive": true,
"isDeleted": true,
"converterVolumeName": "sample string 11",
"converterVolumeValue": 12.0,
"lblConverterValue": "sample string 13",
"lblConverterTotalValue": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfLotConverterListingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Petra_Mobile_API.ViewModels">
<LotConverterListingViewModel>
<converterID>3</converterID>
<converterImage>sample string 8</converterImage>
<converterQuantity>6</converterQuantity>
<converterRefNo>sample string 4</converterRefNo>
<converterTotalValue>7</converterTotalValue>
<converterValue>5</converterValue>
<converterVolumeName>sample string 11</converterVolumeName>
<converterVolumeValue>12</converterVolumeValue>
<isActive>true</isActive>
<isCustomConverter>true</isCustomConverter>
<isDeleted>true</isDeleted>
<lblConverterTotalValue>sample string 14</lblConverterTotalValue>
<lblConverterValue>sample string 13</lblConverterValue>
<lotConverterListingID>1</lotConverterListingID>
<lotDetailsID>2</lotDetailsID>
<lotMasterID>1</lotMasterID>
</LotConverterListingViewModel>
<LotConverterListingViewModel>
<converterID>3</converterID>
<converterImage>sample string 8</converterImage>
<converterQuantity>6</converterQuantity>
<converterRefNo>sample string 4</converterRefNo>
<converterTotalValue>7</converterTotalValue>
<converterValue>5</converterValue>
<converterVolumeName>sample string 11</converterVolumeName>
<converterVolumeValue>12</converterVolumeValue>
<isActive>true</isActive>
<isCustomConverter>true</isCustomConverter>
<isDeleted>true</isDeleted>
<lblConverterTotalValue>sample string 14</lblConverterTotalValue>
<lblConverterValue>sample string 13</lblConverterValue>
<lotConverterListingID>1</lotConverterListingID>
<lotDetailsID>2</lotDetailsID>
<lotMasterID>1</lotMasterID>
</LotConverterListingViewModel>
</ArrayOfLotConverterListingViewModel>
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.