occasion-sdk
Version:
An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.
34 lines (33 loc) • 617 B
JSON
{
"data": {
"id": "1",
"type": "gift_cards",
"attributes": {
"value": 5
},
"relationships": {
"order": {
"data": {
"id": 1,
"type": "orders"
},
"links": {
"self": "https://example.com/api/v1/gift_cards/1/relationships/order/",
"related": "https://example.com/api/v1/gift_cards/1/order/"
}
}
},
"links": {
"self": "https://example.com/api/v1/gift_cards/1/"
}
},
"included": [
{
"id": 1,
"type": "orders",
"attributes": {
"price": 1.0
}
}
]
}