POST api/v1/SaleOrders/PostSaleBasket

Sipariş Oluşturma

Request Information

URI Parameters

None.

Body Parameters

Sipariş Modeli

SaleBasketBindingModel
NameDescriptionTypeAdditional information
id

integer

None.

BasketId

integer

None.

AddressId

integer

None.

OrderType

OrderType

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "BasketId": 2,
  "AddressId": 3,
  "OrderType": 0
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.