Skip to content

Instantly share code, notes, and snippets.

View rafmagana's full-sized avatar

Rafael Magaña rafmagana

  • Colima, Mexico
View GitHub Profile
@rafmagana
rafmagana / revel-response-submit-cart.json
Created April 18, 2022 18:59
Response of POST /specialresources/cart/submit
{
"status": "OK",
"orderId": 14998,
"cardInfo": null,
"pickup_time": null,
"customer": {
"phone": null,
"first_name": "Rafael",
"last_name": "Magana Avalos",
"email": "rafmagana@gmail.com"
@rafmagana
rafmagana / revel-request-submit-cart.json
Created April 18, 2022 18:58
Request for POST /specialresources/cart/submit
{
"skin": "weborder",
"establishmentId": "6",
"items": [{
"special_request": "",
"modifieritems": [{
"modifier": 139,
"qty": 1,
"amount": 0
},
@rafmagana
rafmagana / revel-response-validate-cart.json
Created April 18, 2022 18:53
Response of POST /specialresources/cart/validate
{
"status": "OK",
"data": {
"discounts": 0.0,
"service_fees": [],
"final_total": 2.55,
"discounts_list": [],
"items": [{
"product": 359,
"price": 2.00,
@rafmagana
rafmagana / revel-request-validate-cart.json
Created April 18, 2022 18:52
Request for POST /specialresources/cart/validate
{
"skin": "weborder",
"establishmentId": "6",
"items": [{
"special_request": "",
"modifieritems": [{
"modifier": 139,
"qty": 1,
"amount": 0
},
@rafmagana
rafmagana / revel-response-calculate-cart.json
Created April 18, 2022 18:49
Response of POST /specialresources/cart/calculate
{
"status": "OK",
"data": {
"discounts": 0.0,
"service_fees": [],
"final_total": 7.95,
"discounts_list": [],
"items": [{
"product": 360,
"price": 2.34,
@rafmagana
rafmagana / revel-request-calculate-cart.json
Created April 18, 2022 18:48
Request for POST /specialresources/cart/calculate
{
"skin": "weborder",
"establishmentId": "6",
"items": [{
"special_request": "",
"modifieritems": [],
"price": 2.33,
"product": 360,
"quantity": 1
},
@rafmagana
rafmagana / revel-establishments.json
Created April 18, 2022 18:44
Response of GET /enterprise/Establishment/
{
"meta": {
"limit": 200,
"next": null,
"offset": 0,
"previous": null,
"time_zone": "US/Pacific",
"total_count": 6
},
"objects": [{
@rafmagana
rafmagana / revel-products.json
Created April 18, 2022 18:42
Response of GET /resources/Product/?establishment={ID}
{
"meta": {
"limit": 20,
"next": "/resources/Product/?limit=20&establishment=6&offset=20",
"offset": 0,
"previous": null,
"time_zone": "US/Pacific",
"total_count": 37
},
"objects": [{
@rafmagana
rafmagana / revel-prevailing-tax.json
Created April 18, 2022 18:39
GET /resources/SystemSettingOption/?setting_name=prevailing_tax_rate response
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"time_zone": "US/Pacific",
"total_count": 17
},
"objects": [{
@rafmagana
rafmagana / revel-menu.json
Created April 18, 2022 15:48
Response of /weborders/menu/?establishment={ID}
{
"status": "OK",
"data": {
"categories": [{
"sort": 2,
"parent_name": "Lovely Tea",
"timetables": [{
"active": 1,
"from_date": "Jan 01, 1900",
"timetable_data": {