POST api/siparis/create

Request Information

URI Parameters

None.

Body Parameters

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.