Created
January 12, 2022 17:37
-
-
Save iamronsuez/7c436c409580bbb590fde9e3a23cf99d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"businessId": 8, | |
"name": "NxM prueba", | |
"available": true, | |
"days_enabled": false, | |
"delivery_quantity": "20", | |
"final_date": "2022-01-13", | |
"free_delivery": false, | |
"hours_enabled": false, | |
"init_date": "2022-01-12", | |
"limit_units": 0, | |
"products": [ | |
{ | |
"product": "1247", | |
"quantity": 1 | |
} | |
], | |
"promotion_type": "nxm", | |
"purchase_quantity": "30", | |
"purchase_init_time": "12:00 AM", | |
"purchase_final_time": "11:59 PM", | |
"fixed_price": 0, | |
"discount_rate": 0, | |
"friday": false, | |
"saturday": false, | |
"sunday": false, | |
"monday": false, | |
"thursday": false, | |
"tuesday": false, | |
"wednesday": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment