Created
June 20, 2018 10:36
-
-
Save ashugupt/81f0b72ba57fce7362a7e9d9b1011c61 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"before": { | |
"shipment_id": 1, | |
"from": "Delhi", | |
"to": "Chennai", | |
"total_amount": 15600.00 | |
}, | |
"after": { | |
"shipment_id": 1, | |
"from": "Delhi", | |
"to": "Bangalore", | |
"total_amount": 17700.00 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment