GET api/Vega
Request Information
URI Parameters
None.
Body Parameters
VegaSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Password | string |
None. |
|
| Token | string |
None. |
|
| BaseUrl | string |
None. |
|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Password": "sample string 2",
"Token": "sample string 3",
"BaseUrl": "sample string 4",
"ProjectID": 5,
"RestaurantID": 6
}
application/xml, text/xml
Sample:
<VegaPosModel.VegaSettingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models"> <BaseUrl>sample string 4</BaseUrl> <ID>1</ID> <Password>sample string 2</Password> <ProjectID>5</ProjectID> <RestaurantID>6</RestaurantID> <Token>sample string 3</Token> </VegaPosModel.VegaSettingsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of OrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreId | integer |
None. |
|
| DeliveryType | string |
None. |
|
| PaymentType | string |
None. |
|
| PaymentTicketType | string |
None. |
|
| Price | decimal number |
None. |
|
| CustomerFirstName | string |
None. |
|
| CustomerLastName | string |
None. |
|
| CustomerPhone | string |
None. |
|
| CustomerEmail | string |
None. |
|
| DeliveryAddress1 | string |
None. |
|
| DeliveryAddress2 | string |
None. |
|
| DeliveryAddressNote | string |
None. |
|
| DeliveryLatitude | string |
None. |
|
| DeliveryLongitude | string |
None. |
|
| TimeslotFrom | date |
None. |
|
| TimeslotTo | date |
None. |
|
| OriginalCreateOn | date |
None. |
|
| PaymentDate | date |
None. |
|
| WarmthType | string |
None. |
|
| IntegrationOrderId | string |
None. |
|
| IntegrationType | string |
None. |
|
| CookingTime | integer |
None. |
|
| OrderOrigin | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StoreId": 1,
"DeliveryType": "sample string 2",
"PaymentType": "sample string 3",
"PaymentTicketType": "sample string 4",
"Price": 5.0,
"CustomerFirstName": "sample string 6",
"CustomerLastName": "sample string 7",
"CustomerPhone": "sample string 8",
"CustomerEmail": "sample string 9",
"DeliveryAddress1": "sample string 10",
"DeliveryAddress2": "sample string 11",
"DeliveryAddressNote": "sample string 12",
"DeliveryLatitude": "sample string 13",
"DeliveryLongitude": "sample string 14",
"TimeslotFrom": "2026-04-14T06:35:34.5183576+03:00",
"TimeslotTo": "2026-04-14T06:35:34.5183576+03:00",
"OriginalCreateOn": "2026-04-14T06:35:34.5183576+03:00",
"PaymentDate": "2026-04-14T06:35:34.5183576+03:00",
"WarmthType": "sample string 17",
"IntegrationOrderId": "sample string 18",
"IntegrationType": "sample string 19",
"CookingTime": 20,
"OrderOrigin": "sample string 21"
},
{
"StoreId": 1,
"DeliveryType": "sample string 2",
"PaymentType": "sample string 3",
"PaymentTicketType": "sample string 4",
"Price": 5.0,
"CustomerFirstName": "sample string 6",
"CustomerLastName": "sample string 7",
"CustomerPhone": "sample string 8",
"CustomerEmail": "sample string 9",
"DeliveryAddress1": "sample string 10",
"DeliveryAddress2": "sample string 11",
"DeliveryAddressNote": "sample string 12",
"DeliveryLatitude": "sample string 13",
"DeliveryLongitude": "sample string 14",
"TimeslotFrom": "2026-04-14T06:35:34.5183576+03:00",
"TimeslotTo": "2026-04-14T06:35:34.5183576+03:00",
"OriginalCreateOn": "2026-04-14T06:35:34.5183576+03:00",
"PaymentDate": "2026-04-14T06:35:34.5183576+03:00",
"WarmthType": "sample string 17",
"IntegrationOrderId": "sample string 18",
"IntegrationType": "sample string 19",
"CookingTime": 20,
"OrderOrigin": "sample string 21"
}
]
application/xml, text/xml
Sample:
<ArrayOfVegaPosModel.OrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models">
<VegaPosModel.OrderModel>
<CookingTime>20</CookingTime>
<CustomerEmail>sample string 9</CustomerEmail>
<CustomerFirstName>sample string 6</CustomerFirstName>
<CustomerLastName>sample string 7</CustomerLastName>
<CustomerPhone>sample string 8</CustomerPhone>
<DeliveryAddress1>sample string 10</DeliveryAddress1>
<DeliveryAddress2>sample string 11</DeliveryAddress2>
<DeliveryAddressNote>sample string 12</DeliveryAddressNote>
<DeliveryLatitude>sample string 13</DeliveryLatitude>
<DeliveryLongitude>sample string 14</DeliveryLongitude>
<DeliveryType>sample string 2</DeliveryType>
<IntegrationOrderId>sample string 18</IntegrationOrderId>
<IntegrationType>sample string 19</IntegrationType>
<OrderOrigin>sample string 21</OrderOrigin>
<OriginalCreateOn>2026-04-14T06:35:34.5183576+03:00</OriginalCreateOn>
<PaymentDate>2026-04-14T06:35:34.5183576+03:00</PaymentDate>
<PaymentTicketType>sample string 4</PaymentTicketType>
<PaymentType>sample string 3</PaymentType>
<Price>5</Price>
<StoreId>1</StoreId>
<TimeslotFrom>2026-04-14T06:35:34.5183576+03:00</TimeslotFrom>
<TimeslotTo>2026-04-14T06:35:34.5183576+03:00</TimeslotTo>
<WarmthType>sample string 17</WarmthType>
</VegaPosModel.OrderModel>
<VegaPosModel.OrderModel>
<CookingTime>20</CookingTime>
<CustomerEmail>sample string 9</CustomerEmail>
<CustomerFirstName>sample string 6</CustomerFirstName>
<CustomerLastName>sample string 7</CustomerLastName>
<CustomerPhone>sample string 8</CustomerPhone>
<DeliveryAddress1>sample string 10</DeliveryAddress1>
<DeliveryAddress2>sample string 11</DeliveryAddress2>
<DeliveryAddressNote>sample string 12</DeliveryAddressNote>
<DeliveryLatitude>sample string 13</DeliveryLatitude>
<DeliveryLongitude>sample string 14</DeliveryLongitude>
<DeliveryType>sample string 2</DeliveryType>
<IntegrationOrderId>sample string 18</IntegrationOrderId>
<IntegrationType>sample string 19</IntegrationType>
<OrderOrigin>sample string 21</OrderOrigin>
<OriginalCreateOn>2026-04-14T06:35:34.5183576+03:00</OriginalCreateOn>
<PaymentDate>2026-04-14T06:35:34.5183576+03:00</PaymentDate>
<PaymentTicketType>sample string 4</PaymentTicketType>
<PaymentType>sample string 3</PaymentType>
<Price>5</Price>
<StoreId>1</StoreId>
<TimeslotFrom>2026-04-14T06:35:34.5183576+03:00</TimeslotFrom>
<TimeslotTo>2026-04-14T06:35:34.5183576+03:00</TimeslotTo>
<WarmthType>sample string 17</WarmthType>
</VegaPosModel.OrderModel>
</ArrayOfVegaPosModel.OrderModel>