POST api/Orders/FreeGift
Request Information
URI Parameters
None.
Body Parameters
ListFreeGifts| Name | Description | Type | Additional information |
|---|---|---|---|
| FreeGifts | Collection of FreeGifts |
None. |
Request Formats
application/json, text/json
Sample:
{
"FreeGifts": [
{
"good_id": 1,
"good_qty": 2
},
{
"good_id": 1,
"good_qty": 2
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.