GET api/shoppingcart/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShoppingCart| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | integer |
None. |
|
| CartId | string |
None. |
|
| CartDate | date |
None. |
|
| CustomerType | CustomerTypes |
None. |
|
| CreateAccount | boolean |
None. |
|
| ShipToBillingAddress | boolean |
None. |
|
| Notes | string |
None. |
|
| InitialTotalValue | decimal number |
None. |
|
| TotalDiscountValue | decimal number |
None. |
|
| TotalValue | decimal number |
None. |
|
| ShipppingExpenses | decimal number |
None. |
|
| PaymentType | PaymentTypes |
None. |
|
| PaymentTransactionCode | string |
None. |
|
| ReceiptCode | string |
None. |
|
| CustomerAlias | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerSurname | string |
None. |
|
| CompanyName | string |
None. |
|
| Address | string |
None. |
|
| Town | string |
None. |
|
| Country | string |
None. |
|
| ZipCode | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| UserPassword | string |
None. |
|
| UserName | string |
None. |
|
| ShippingAddress | string |
None. |
|
| ShippingTown | string |
None. |
|
| ShippingCountry | string |
None. |
|
| ShippingZipCode | string |
None. |
|
| PMSProperty | string |
None. |
|
| PMSRoom | string |
None. |
|
| PMSGuestName | string |
None. |
|
| PMSReservationCode | string |
None. |
|
| PMSAccount | string |
None. |
|
| ArrivalDate | date |
None. |
|
| DepartureDate | date |
None. |
|
| FolderId | integer |
None. |
|
| FolderAlias | string |
None. |
|
| CustomerId | integer |
None. |
|
| FolderNotes | string |
None. |
|
| MemberId | string |
None. |
|
| ExtReference1 | string |
None. |
|
| ExtReference2 | string |
None. |
|
| BookingSourceId | integer |
None. |
|
| PromoCode | string |
None. |
|
| CartCustomers | Collection of ShoppingCartCustomer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PropertyId": 1,
"CartId": "sample string 2",
"CartDate": "2025-12-14T13:22:38.7322217+02:00",
"CustomerType": 0,
"CreateAccount": true,
"ShipToBillingAddress": true,
"Notes": "sample string 6",
"InitialTotalValue": 7.0,
"TotalDiscountValue": 8.0,
"TotalValue": 9.0,
"ShipppingExpenses": 10.1,
"PaymentType": 0,
"PaymentTransactionCode": "sample string 11",
"ReceiptCode": "sample string 12",
"CustomerAlias": "sample string 13",
"CustomerName": "sample string 14",
"CustomerSurname": "sample string 15",
"CompanyName": "sample string 16",
"Address": "sample string 17",
"Town": "sample string 18",
"Country": "sample string 19",
"ZipCode": "sample string 20",
"Email": "sample string 21",
"Phone": "sample string 22",
"UserPassword": "sample string 23",
"UserName": "sample string 24",
"ShippingAddress": "sample string 25",
"ShippingTown": "sample string 26",
"ShippingCountry": "sample string 27",
"ShippingZipCode": "sample string 28",
"PMSProperty": "sample string 29",
"PMSRoom": "sample string 30",
"PMSGuestName": "sample string 31",
"PMSReservationCode": "sample string 32",
"PMSAccount": "sample string 33",
"ArrivalDate": "2025-12-14T13:22:38.7322217+02:00",
"DepartureDate": "2025-12-14T13:22:38.7322217+02:00",
"FolderId": 36,
"FolderAlias": "sample string 37",
"CustomerId": 38,
"FolderNotes": "sample string 39",
"MemberId": "sample string 40",
"ExtReference1": "sample string 41",
"ExtReference2": "sample string 42",
"BookingSourceId": 43,
"PromoCode": "sample string 44",
"CartCustomers": [
{
"Id": 1,
"ShoppingCartId": 2,
"CustomerName": "sample string 3",
"CustomerSurname": "sample string 4",
"CustomerGender": 0,
"CustomerEmail": "sample string 5",
"CustomerPhone": "sample string 6",
"FolderId": 7,
"CustomerId": 8,
"Notes": "sample string 9",
"SendConfirmationEmail": true,
"Items": [
{
"ItemId": 1,
"ItemDescription": "sample string 2",
"AppointmentDuration": 3,
"AppointmentDate": "sample string 4",
"AppointmentStartTime": "sample string 5",
"AppId": 6,
"LckId1": 7,
"LckId2": 8,
"LckId3": 9,
"LockedDate": "2025-12-14T13:22:38.7322217+02:00",
"CatalogPrice": 11.0,
"InitialUnitPrice": 12.0,
"Quantity": 13,
"UnitPrice": 14.0,
"DiscountPercent": 15.0,
"DiscountValue": 16.0,
"CommercialPolicyId": 17,
"ItemType": 0
},
{
"ItemId": 1,
"ItemDescription": "sample string 2",
"AppointmentDuration": 3,
"AppointmentDate": "sample string 4",
"AppointmentStartTime": "sample string 5",
"AppId": 6,
"LckId1": 7,
"LckId2": 8,
"LckId3": 9,
"LockedDate": "2025-12-14T13:22:38.7322217+02:00",
"CatalogPrice": 11.0,
"InitialUnitPrice": 12.0,
"Quantity": 13,
"UnitPrice": 14.0,
"DiscountPercent": 15.0,
"DiscountValue": 16.0,
"CommercialPolicyId": 17,
"ItemType": 0
}
]
},
{
"Id": 1,
"ShoppingCartId": 2,
"CustomerName": "sample string 3",
"CustomerSurname": "sample string 4",
"CustomerGender": 0,
"CustomerEmail": "sample string 5",
"CustomerPhone": "sample string 6",
"FolderId": 7,
"CustomerId": 8,
"Notes": "sample string 9",
"SendConfirmationEmail": true,
"Items": [
{
"ItemId": 1,
"ItemDescription": "sample string 2",
"AppointmentDuration": 3,
"AppointmentDate": "sample string 4",
"AppointmentStartTime": "sample string 5",
"AppId": 6,
"LckId1": 7,
"LckId2": 8,
"LckId3": 9,
"LockedDate": "2025-12-14T13:22:38.7322217+02:00",
"CatalogPrice": 11.0,
"InitialUnitPrice": 12.0,
"Quantity": 13,
"UnitPrice": 14.0,
"DiscountPercent": 15.0,
"DiscountValue": 16.0,
"CommercialPolicyId": 17,
"ItemType": 0
},
{
"ItemId": 1,
"ItemDescription": "sample string 2",
"AppointmentDuration": 3,
"AppointmentDate": "sample string 4",
"AppointmentStartTime": "sample string 5",
"AppId": 6,
"LckId1": 7,
"LckId2": 8,
"LckId3": 9,
"LockedDate": "2025-12-14T13:22:38.7322217+02:00",
"CatalogPrice": 11.0,
"InitialUnitPrice": 12.0,
"Quantity": 13,
"UnitPrice": 14.0,
"DiscountPercent": 15.0,
"DiscountValue": 16.0,
"CommercialPolicyId": 17,
"ItemType": 0
}
]
}
]
}
application/xml, text/xml
Sample:
<ShoppingCart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.WebModels">
<Address>sample string 17</Address>
<ArrivalDate>2025-12-14T13:22:38.7322217+02:00</ArrivalDate>
<BookingSourceId>43</BookingSourceId>
<CartCustomers>
<ShoppingCartCustomer>
<CustomerEmail>sample string 5</CustomerEmail>
<CustomerGender>NotDeclared</CustomerGender>
<CustomerId>8</CustomerId>
<CustomerName>sample string 3</CustomerName>
<CustomerPhone>sample string 6</CustomerPhone>
<CustomerSurname>sample string 4</CustomerSurname>
<FolderId>7</FolderId>
<Id>1</Id>
<Items>
<ShoppingCartCustomerItem>
<AppId>6</AppId>
<AppointmentDate>sample string 4</AppointmentDate>
<AppointmentDuration>3</AppointmentDuration>
<AppointmentStartTime>sample string 5</AppointmentStartTime>
<CatalogPrice>11</CatalogPrice>
<CommercialPolicyId>17</CommercialPolicyId>
<DiscountPercent>15</DiscountPercent>
<DiscountValue>16</DiscountValue>
<InitialUnitPrice>12</InitialUnitPrice>
<ItemDescription>sample string 2</ItemDescription>
<ItemId>1</ItemId>
<ItemType>Treatment</ItemType>
<LckId1>7</LckId1>
<LckId2>8</LckId2>
<LckId3>9</LckId3>
<LockedDate>2025-12-14T13:22:38.7322217+02:00</LockedDate>
<Quantity>13</Quantity>
<UnitPrice>14</UnitPrice>
</ShoppingCartCustomerItem>
<ShoppingCartCustomerItem>
<AppId>6</AppId>
<AppointmentDate>sample string 4</AppointmentDate>
<AppointmentDuration>3</AppointmentDuration>
<AppointmentStartTime>sample string 5</AppointmentStartTime>
<CatalogPrice>11</CatalogPrice>
<CommercialPolicyId>17</CommercialPolicyId>
<DiscountPercent>15</DiscountPercent>
<DiscountValue>16</DiscountValue>
<InitialUnitPrice>12</InitialUnitPrice>
<ItemDescription>sample string 2</ItemDescription>
<ItemId>1</ItemId>
<ItemType>Treatment</ItemType>
<LckId1>7</LckId1>
<LckId2>8</LckId2>
<LckId3>9</LckId3>
<LockedDate>2025-12-14T13:22:38.7322217+02:00</LockedDate>
<Quantity>13</Quantity>
<UnitPrice>14</UnitPrice>
</ShoppingCartCustomerItem>
</Items>
<Notes>sample string 9</Notes>
<SendConfirmationEmail>true</SendConfirmationEmail>
<ShoppingCartId>2</ShoppingCartId>
</ShoppingCartCustomer>
<ShoppingCartCustomer>
<CustomerEmail>sample string 5</CustomerEmail>
<CustomerGender>NotDeclared</CustomerGender>
<CustomerId>8</CustomerId>
<CustomerName>sample string 3</CustomerName>
<CustomerPhone>sample string 6</CustomerPhone>
<CustomerSurname>sample string 4</CustomerSurname>
<FolderId>7</FolderId>
<Id>1</Id>
<Items>
<ShoppingCartCustomerItem>
<AppId>6</AppId>
<AppointmentDate>sample string 4</AppointmentDate>
<AppointmentDuration>3</AppointmentDuration>
<AppointmentStartTime>sample string 5</AppointmentStartTime>
<CatalogPrice>11</CatalogPrice>
<CommercialPolicyId>17</CommercialPolicyId>
<DiscountPercent>15</DiscountPercent>
<DiscountValue>16</DiscountValue>
<InitialUnitPrice>12</InitialUnitPrice>
<ItemDescription>sample string 2</ItemDescription>
<ItemId>1</ItemId>
<ItemType>Treatment</ItemType>
<LckId1>7</LckId1>
<LckId2>8</LckId2>
<LckId3>9</LckId3>
<LockedDate>2025-12-14T13:22:38.7322217+02:00</LockedDate>
<Quantity>13</Quantity>
<UnitPrice>14</UnitPrice>
</ShoppingCartCustomerItem>
<ShoppingCartCustomerItem>
<AppId>6</AppId>
<AppointmentDate>sample string 4</AppointmentDate>
<AppointmentDuration>3</AppointmentDuration>
<AppointmentStartTime>sample string 5</AppointmentStartTime>
<CatalogPrice>11</CatalogPrice>
<CommercialPolicyId>17</CommercialPolicyId>
<DiscountPercent>15</DiscountPercent>
<DiscountValue>16</DiscountValue>
<InitialUnitPrice>12</InitialUnitPrice>
<ItemDescription>sample string 2</ItemDescription>
<ItemId>1</ItemId>
<ItemType>Treatment</ItemType>
<LckId1>7</LckId1>
<LckId2>8</LckId2>
<LckId3>9</LckId3>
<LockedDate>2025-12-14T13:22:38.7322217+02:00</LockedDate>
<Quantity>13</Quantity>
<UnitPrice>14</UnitPrice>
</ShoppingCartCustomerItem>
</Items>
<Notes>sample string 9</Notes>
<SendConfirmationEmail>true</SendConfirmationEmail>
<ShoppingCartId>2</ShoppingCartId>
</ShoppingCartCustomer>
</CartCustomers>
<CartDate>2025-12-14T13:22:38.7322217+02:00</CartDate>
<CartId>sample string 2</CartId>
<CompanyName>sample string 16</CompanyName>
<Country>sample string 19</Country>
<CreateAccount>true</CreateAccount>
<CustomerAlias>sample string 13</CustomerAlias>
<CustomerId>38</CustomerId>
<CustomerName>sample string 14</CustomerName>
<CustomerSurname>sample string 15</CustomerSurname>
<CustomerType>InhouseWithRoom</CustomerType>
<DepartureDate>2025-12-14T13:22:38.7322217+02:00</DepartureDate>
<Email>sample string 21</Email>
<ExtReference1>sample string 41</ExtReference1>
<ExtReference2>sample string 42</ExtReference2>
<FolderAlias>sample string 37</FolderAlias>
<FolderId>36</FolderId>
<FolderNotes>sample string 39</FolderNotes>
<InitialTotalValue>7</InitialTotalValue>
<MemberId>sample string 40</MemberId>
<Notes>sample string 6</Notes>
<PMSAccount>sample string 33</PMSAccount>
<PMSGuestName>sample string 31</PMSGuestName>
<PMSProperty>sample string 29</PMSProperty>
<PMSReservationCode>sample string 32</PMSReservationCode>
<PMSRoom>sample string 30</PMSRoom>
<PaymentTransactionCode>sample string 11</PaymentTransactionCode>
<PaymentType>RoomCharge</PaymentType>
<Phone>sample string 22</Phone>
<PromoCode>sample string 44</PromoCode>
<PropertyId>1</PropertyId>
<ReceiptCode>sample string 12</ReceiptCode>
<ShipToBillingAddress>true</ShipToBillingAddress>
<ShippingAddress>sample string 25</ShippingAddress>
<ShippingCountry>sample string 27</ShippingCountry>
<ShippingTown>sample string 26</ShippingTown>
<ShippingZipCode>sample string 28</ShippingZipCode>
<ShipppingExpenses>10.1</ShipppingExpenses>
<TotalDiscountValue>8</TotalDiscountValue>
<TotalValue>9</TotalValue>
<Town>sample string 18</Town>
<UserName>sample string 24</UserName>
<UserPassword>sample string 23</UserPassword>
<ZipCode>sample string 20</ZipCode>
</ShoppingCart>