occasion-sdk
Version:
An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.
64 lines (63 loc) • 1.49 kB
JSON
{
"data": {
"id": "1",
"type": "orders",
"attributes": {
"couponAmount": 2.0,
"dropInsDiscount": 0.0,
"giftCardAmount": 1.0,
"outstandingBalance": 1.0,
"price": 3.0,
"subtotal": 3.0,
"tax": 1.0,
"verificationCode": "abc123"
},
"relationships": {
"order_items": {
"data": [
{
"id": 1,
"type": "order_items"
},
{
"id": 2,
"type": "order_items"
}
],
"links": {
"self": "https://example.com/api/v1/orders/1/relationships/order_items/",
"related": "https://example.com/api/v1/orders/1/order_items/"
}
},
"comments": {
"data": [
{
"id": 1,
"type": "comments"
},
{
"id": 2,
"type": "comments"
}
],
"links": {
"self": "https://example.com/api/v1/orders/1/relationships/comments/",
"related": "https://example.com/api/v1/orders/1/comments/"
}
},
"gift_card": {
"data": {
"id": 1,
"type": "gift_cards"
},
"links": {
"self": "https://example.com/api/v1/orders/1/relationships/gift_card/",
"related": "https://example.com/api/v1/orders/1/gift_card/"
}
}
},
"links": {
"self": "https://example.com/api/v1/orders/1/"
}
}
}