Guest User

Untitled

a guest
Oct 21st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. recId|searchText|country
  2. 0001|Invalidenstraße 116 10115
  3.  
  4. requestPromise.post({
  5. uri: 'https://batch.geocoder.cit.api.here.com/6.2/jobs',
  6. qs: {
  7. app_id: {APP ID}
  8. , app_code: {APP CODE}
  9. , action: 'run'
  10. , mailto: {EMAIL}
  11. , gen: 8
  12. , header: true
  13. , ndelim: '%7C'
  14. , outdelim: '%7C'
  15. , outcols: 'displayLatitude,displayLongitude,locationLabel,houseNumber,street,district,city,postalCode,county,state,country'
  16. , outputCombined: false
  17. },
  18. body:'recId|searchText|countryrn0001|Invalidenstraße 116 10115 Berlin|DEU',
  19. headers: {
  20. 'Content-Type':'text/plain',
  21. }
  22.  
  23. body:'recId|searchText|countryrn0001|Invalidenstraße 116 10115 Berlin|DEU'
Add Comment
Please, Sign In to add comment