POST GetirCarsi/OrderList
Request Information
URI Parameters
None.
Body Parameters
CarsiOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | string |
None. |
|
| shopId | string |
None. |
|
| status | integer |
None. |
|
| cancelReasonId | string |
None. |
|
| checkoutDate | date |
None. |
|
| clientNote | string |
None. |
|
| deliveryType | integer |
None. |
|
| paymentMethod | integer |
None. |
|
| totalPrice | decimal number |
None. |
|
| customer | GetirCarsiCustomer |
None. |
|
| invoiceAddress | InvoiceAddress |
None. |
|
| products | Collection of GetirCarsiProduct |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderId": "sample string 1",
"shopId": "sample string 2",
"status": 3,
"cancelReasonId": "sample string 4",
"checkoutDate": "2025-12-06T06:46:09.20583+03:00",
"clientNote": "sample string 6",
"deliveryType": 7,
"paymentMethod": 8,
"totalPrice": 9.1,
"customer": {
"id": "sample string 1",
"name": "sample string 2",
"clientMaskedPhoneNumber": "sample string 3",
"location": {
"lat": 1.1,
"lon": 2.1
}
},
"invoiceAddress": {
"address": "sample string 1",
"city": "sample string 2",
"town": "sample string 3",
"identityNumber": "sample string 4"
},
"products": [
{
"id": "sample string 1",
"product": "sample string 2",
"price": 3.1,
"totalPrice": 4.1,
"count": 5,
"vatRate": 6.1,
"name": {
"tr": "sample string 1",
"en": "sample string 2"
},
"menuOptions": {
"optionId": "sample string 1",
"amount": 2.0,
"price": 3.0
}
},
{
"id": "sample string 1",
"product": "sample string 2",
"price": 3.1,
"totalPrice": 4.1,
"count": 5,
"vatRate": 6.1,
"name": {
"tr": "sample string 1",
"en": "sample string 2"
},
"menuOptions": {
"optionId": "sample string 1",
"amount": 2.0,
"price": 3.0
}
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.