1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "data": {
- "type": "location",
- "id": "eebf51a8-b4b8-4ee2-b830-e0f8c9a3c559",
- "attributes": {
- "isDefault": true,
- "address": {
- "isOrganisation": true,
- "countryCode": "AU",
- "line": [
- "string"
- ],
- "latitude": 0,
- "postalCode": "4006",
- "locality": "Brisbane",
- "dependentLocality": "Newstead",
- "administrativeArea": "QLD",
- "longitude": 0
- },
- "$schema": "http://locations.temando.com/schema/api/attributes+v1#",
- "name": "Warehouse",
- "type": "Store",
- "geodata": {
- "zone": {
- "name": "Home",
- "type": "Home",
- "points": [
- [
- 10,
- 20
- ],
- [
- 1,
- 2
- ]
- ]
- }
- },
- "enabled": true,
- "entity": {
- "organisationName": "Tesco",
- "faxNumber": "0123456789",
- "personLastName": "Ltd",
- "personFirstName": "Tesco",
- "email": "tesco@testmail.com",
- "phoneNumbers": [
- "0123456789"
- ]
- },
- "uniqueId": "0189-9864"
- }
- }
- }
|