POST api/siparis/create
Request Information
URI Parameters
None.
Body Parameters
SiparisCreateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserAdresId | integer |
None. |
|
| PaymentMethodId | integer |
None. |
|
| Notlar | string |
None. |
|
| PaymentNote | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userAdresId": 1,
"paymentMethodId": 2,
"notlar": "sample string 3",
"paymentNote": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.