POST api/Online/SaveLuckyWheelPrize
Request Information
URI Parameters
None.
Body Parameters
PrizeModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
MerchantId | integer |
None. |
|
Type | integer |
None. |
|
AmountOption | string |
None. |
|
Min | integer |
None. |
|
Max | integer |
None. |
|
Value | string |
None. |
|
VoucherId | integer |
None. |
|
PictureUrl | string |
None. |
|
Weight | integer |
None. |
|
UpdatedDate | string |
None. |
|
SKU | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
WheelType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "MerchantId": 2, "Type": 3, "AmountOption": "sample string 4", "Min": 1, "Max": 1, "Value": "sample string 5", "VoucherId": 1, "PictureUrl": "sample string 6", "Weight": 7, "UpdatedDate": "sample string 8", "SKU": "sample string 9", "Title": "sample string 10", "Description": "sample string 11", "WheelType": 1 }
application/xml, text/xml
Sample:
<PrizeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <AmountOption>sample string 4</AmountOption> <Description>sample string 11</Description> <Id>1</Id> <Max>1</Max> <MerchantId>2</MerchantId> <Min>1</Min> <PictureUrl>sample string 6</PictureUrl> <SKU>sample string 9</SKU> <Title>sample string 10</Title> <Type>3</Type> <UpdatedDate>sample string 8</UpdatedDate> <Value>sample string 5</Value> <VoucherId>1</VoucherId> <Weight>7</Weight> <WheelType>1</WheelType> </PrizeModel>
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.