Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EllinaKuznetcova/daedf24b394cc50f04ea688dd2cc906e to your computer and use it in GitHub Desktop.
Save EllinaKuznetcova/daedf24b394cc50f04ea688dd2cc906e to your computer and use it in GitHub Desktop.
booking without coupon
{
"Booking": {
"BookingUuid": "cee3384c-3155-4684-ad06-b9a1ee134e5b",
"Name": "ellinaclient",
"Start": "2022-06-16T12:00:00Z",
"End": "2022-06-16T13:00:00Z",
"Machines": [
"3b8eb5ff-e9ae-4d42-9e3b-7c63d72a1dc3"
],
"WithCoupons": false,
"Otp": "2791",
"AdditionalInfo": null,
"Canceled": false,
"CancellationDetails": null,
"IsCreatedByMobileUser": true,
"IsPaid": true,
"Payment": {
"CostType": "PerDeviceFee",
"BookingFeeCostType": "PerDeviceFee",
"MachineRequests": [
{
"RoomUuid": null,
"PcGroupUuid": "4ba9500a-72df-4fd1-9bc6-37421e2e183a",
"MachinesRequested": 1,
"Amount": 1.4
}
],
"Items": [
{
"CenterUuid": "52e62fad-2d4f-4134-8458-55da0304102b",
"Category": {
"CenterUuid": "52e62fad-2d4f-4134-8458-55da0304102b",
"CategoryUuid": "8625f644-a8e5-4e5b-9062-5b66ee2a2d9a",
"Name": "Bookings",
"Currency": null,
"Tax": null,
"ParentCategory": null,
"CategoryType": "Booking"
},
"ProductType": "Booking",
"Offer": null,
"Currency": {
"Uuid": "86921608-9a54-49e3-8a64-7d5529eb132e",
"Name": "USD",
"Symbol": "$"
},
"AvailableForQuickSale": false,
"AvailableForClientsOrders": false,
"AllowUserGroupManipulation": false,
"EligibleUserGroups": [],
"CustomPrices": {},
"CostPrice": 0.0,
"IconUrl": null,
"Price": 1.4,
"TotalPrice": 1.4,
"ProductUuid": "ac5383fc-57f3-4442-ab81-30f4238732a8",
"Name": "Booking fee",
"Quantity": 1,
"CurrencyUuid": "86921608-9a54-49e3-8a64-7d5529eb132e",
"NetValue": 1.27,
"NetTotalValue": 1.27,
"GrossValue": 1.4,
"GrossTotalValue": 1.4,
"Tax": {
"Id": "1",
"Name": "Tax 1",
"Percentage": 10.0,
"Square": null
},
"TaxValue": 0.13,
"TaxTotalValue": 0.13,
"DiscountValue": 0.0,
"DiscountTotalValue": 0.0,
"PredefinedProductType": "BookingFee",
"BookingUuid": "cee3384c-3155-4684-ad06-b9a1ee134e5b",
"IsCoupon": false
},
{
"CenterUuid": "52e62fad-2d4f-4134-8458-55da0304102b",
"Category": {
"CenterUuid": "52e62fad-2d4f-4134-8458-55da0304102b",
"CategoryUuid": "b4894a3f-9810-456a-985b-9599709edc8a",
"Name": "Offers",
"Currency": null,
"Tax": null,
"ParentCategory": null,
"CategoryType": "Offers"
},
"ProductType": "Offers",
"Offer": {
"CenterUuid": "52e62fad-2d4f-4134-8458-55da0304102b",
"OfferUuid": "98e67d14-03d9-4808-9580-59bb7f4a332f",
"UserOfferUuids": [],
"Name": "Booking GamePass: VIP devices",
"Price": 5.0,
"Seconds": 3600,
"Type": "StartOnFirstUse",
"Priority": "Normal",
"HasFixedStart": false,
"FixedStartTime": null,
"ExpiresAfterDays": false,
"ExpiryDays": 0,
"ExpiresAtFixedTime": false,
"ExpiryFixedTime": null,
"EligibleDays": null,
"EligibleTimeStart": null,
"EligibleTimeEnd": null,
"CoinsBonus": 0.0,
"EligiblePcGroups": [
"4ba9500a-72df-4fd1-9bc6-37421e2e183a"
]
},
"Currency": {
"Uuid": "86921608-9a54-49e3-8a64-7d5529eb132e",
"Name": "USD",
"Symbol": "$"
},
"AvailableForQuickSale": false,
"AvailableForClientsOrders": false,
"AllowUserGroupManipulation": false,
"EligibleUserGroups": [],
"CustomPrices": {},
"CostPrice": 0.0,
"IconUrl": null,
"Price": 5.0,
"TotalPrice": 5.0,
"ProductUuid": "98e67d14-03d9-4808-9580-59bb7f4a332f",
"Name": "Booking GamePass: VIP devices",
"Quantity": 1,
"CurrencyUuid": "86921608-9a54-49e3-8a64-7d5529eb132e",
"NetValue": 4.55,
"NetTotalValue": 4.55,
"GrossValue": 5.0,
"GrossTotalValue": 5.0,
"Tax": {
"Id": "1",
"Name": "Tax 1",
"Percentage": 10.0,
"Square": null
},
"TaxValue": 0.45,
"TaxTotalValue": 0.45,
"DiscountValue": 0.0,
"DiscountTotalValue": 0.0,
"PredefinedProductType": "BookingPlayTimeOffer",
"BookingUuid": "cee3384c-3155-4684-ad06-b9a1ee134e5b",
"IsCoupon": false
}
],
"OnlinePaymentStatus": "Completed",
"CurrencyCode": "USD",
"TaxAmount": 0.58,
"TotalAmount": 6.4
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment