blistovmhz

Untitled

Aug 30th, 2021
1,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.69 KB | None | 0 0
  1. {
  2.     "operation": {
  3.         "getGGplaceID": {
  4.             "description": "Take Address.id as input and populate the ggplaceid into the parent record",
  5.             "requiredVariables": {
  6.                 "AddressId": {
  7.                     "type": "string"
  8.                 }
  9.             }
  10.         },
  11.         "getDirections": {
  12.             "description": "Take originAddress and destinationAddress (.ids) and return a direction URL",
  13.             "requiredVariables": {
  14.                 "originAddress": {
  15.                     "type": "string"
  16.                 },
  17.                 "destinationAddress": {
  18.                     "type": "string"
  19.                 }
  20.             }
  21.         }
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment