getLocationResponse.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "data": {
  3. "type": "location",
  4. "id": "eebf51a8-b4b8-4ee2-b830-e0f8c9a3c559",
  5. "attributes": {
  6. "isDefault": true,
  7. "address": {
  8. "isOrganisation": true,
  9. "countryCode": "AU",
  10. "line": [
  11. "string"
  12. ],
  13. "latitude": 0,
  14. "postalCode": "4006",
  15. "locality": "Brisbane",
  16. "dependentLocality": "Newstead",
  17. "administrativeArea": "QLD",
  18. "longitude": 0
  19. },
  20. "$schema": "http://locations.temando.com/schema/api/attributes+v1#",
  21. "name": "Warehouse",
  22. "type": "Store",
  23. "geodata": {
  24. "zone": {
  25. "name": "Home",
  26. "type": "Home",
  27. "points": [
  28. [
  29. 10,
  30. 20
  31. ],
  32. [
  33. 1,
  34. 2
  35. ]
  36. ]
  37. }
  38. },
  39. "enabled": true,
  40. "entity": {
  41. "organisationName": "Tesco",
  42. "faxNumber": "0123456789",
  43. "personLastName": "Ltd",
  44. "personFirstName": "Tesco",
  45. "email": "tesco@testmail.com",
  46. "phoneNumbers": [
  47. "0123456789"
  48. ]
  49. },
  50. "uniqueId": "0189-9864"
  51. }
  52. }
  53. }