POST api/Orders/FreeGift

Request Information

URI Parameters

None.

Body Parameters

ListFreeGifts
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.