Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "operation": {
- "getGGplaceID": {
- "description": "Take Address.id as input and populate the ggplaceid into the parent record",
- "requiredVariables": {
- "AddressId": {
- "type": "string"
- }
- }
- },
- "getDirections": {
- "description": "Take originAddress and destinationAddress (.ids) and return a direction URL",
- "requiredVariables": {
- "originAddress": {
- "type": "string"
- },
- "destinationAddress": {
- "type": "string"
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment