Created
February 15, 2012 18:54
-
-
Save timscott/1838130 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
{ | |
"Stops": [ | |
{ | |
"MustFollowLocationId": 0, | |
"MappingMethod": null, | |
"MappingPlaceName": null, | |
"PickupSequence": null, | |
"DeliverySequence": null, | |
"StopSequence": null, | |
"IsStore": true, | |
"IsReturnStore": false, | |
"LocationId": 306, | |
"Address": { | |
"Address1": "308 Allen St.", | |
"Address2": null, | |
"City": "Sánchezville", | |
"State": "CO", | |
"Zip": "77854" | |
}, | |
"Latitude": 474.2, | |
"Longitude": 6491.3 | |
}, | |
{ | |
"MustFollowLocationId": 0, | |
"MappingMethod": null, | |
"MappingPlaceName": null, | |
"PickupSequence": null, | |
"DeliverySequence": null, | |
"StopSequence": null, | |
"IsStore": true, | |
"IsReturnStore": true, | |
"LocationId": 306, | |
"Address": { | |
"Address1": "308 Allen St.", | |
"Address2": null, | |
"City": "Sánchezville", | |
"State": "CO", | |
"Zip": "77854" | |
}, | |
"Latitude": 474.2, | |
"Longitude": 6491.3 | |
}, | |
{ | |
"MustFollowLocationId": 306, | |
"MappingMethod": null, | |
"MappingPlaceName": null, | |
"PickupSequence": null, | |
"DeliverySequence": null, | |
"StopSequence": null, | |
"IsStore": false, | |
"IsReturnStore": false, | |
"LocationId": 954, | |
"Address": { | |
"Address1": "3481 Hill St.", | |
"Address2": null, | |
"City": "Longville", | |
"State": "LA", | |
"Zip": "13494" | |
}, | |
"Latitude": 9249.7, | |
"Longitude": 8911.8 | |
}, | |
{ | |
"MustFollowLocationId": 306, | |
"MappingMethod": null, | |
"MappingPlaceName": null, | |
"PickupSequence": null, | |
"DeliverySequence": null, | |
"StopSequence": null, | |
"IsStore": false, | |
"IsReturnStore": false, | |
"LocationId": 962, | |
"Address": { | |
"Address1": "3797 Ortiz St.", | |
"Address2": null, | |
"City": "Barnesville", | |
"State": "TX", | |
"Zip": "27779" | |
}, | |
"Latitude": 2658.1, | |
"Longitude": 2514.5 | |
} | |
], | |
"RequesterName": "Stock", | |
"LocationResolvingStrategies": [ | |
{ | |
"Priority": 1, | |
"Type": 2 | |
}, | |
{ | |
"Priority": 2, | |
"Type": 1 | |
}, | |
{ | |
"Priority": 3, | |
"Type": 0 | |
} | |
], | |
"ReferenceId": 31, | |
"ReferenceDetail": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment