Skip to content

Instantly share code, notes, and snippets.

@DimaDaxDadeco
Created October 24, 2018 10:49
Show Gist options
  • Save DimaDaxDadeco/dbdc7f70303275187d87600f4bcd7951 to your computer and use it in GitHub Desktop.
Save DimaDaxDadeco/dbdc7f70303275187d87600f4bcd7951 to your computer and use it in GitHub Desktop.
{
"products": [{
"name": "Regular Room Rental",
"id": "f582a1e2-bac4-e811-80e4-000d3a22e075",
"quantity": 0
}],
"equipments": [{
"type": "Equipment",
"id": "1657024e-15ca-e811-80e4-000d3a22e075",
"from": "2018-10-23T06:00:00Z",
"name": "Beamer 314x1500",
"to": "2018-10-26T10:00:00Z"
}, {
"type": "Service",
"id": "41d24720-8dca-e811-80e4-000d3a22e075",
"from": "2018-10-24T06:00:00Z",
"name": "Catering sevices From Big Mama",
"to": "2018-10-25T07:00:00Z"
}],
"services": [{
"type": "Equipment",
"id": "1657024e-15ca-e811-80e4-000d3a22e075",
"from": "2018-10-23T06:00:00Z",
"name": "Beamer 314x1500",
"to": "2018-10-26T10:00:00Z"
}, {
"type": "Service",
"id": "41d24720-8dca-e811-80e4-000d3a22e075",
"from": "2018-10-24T06:00:00Z",
"name": "Catering sevices From Big Mama",
"to": "2018-10-25T07:00:00Z"
}],
"rooms": [{
"products": [],
"equipments": [],
"services": [],
"id": "6abb182a-50ca-e811-80e4-000d3a22e075",
"from": "2018-10-23T06:00:00Z",
"name": null,
"to": "2018-10-25T13:00:00Z"
}],
"isSuccess": true,
"message": null,
"messageDetail": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment