POST api/v1/SaleOrders/PostSaleBasket
Sipariş Oluşturma
Request Information
URI Parameters
None.
Body Parameters
Sipariş Modeli
SaleBasketBindingModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.