Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

 Click here to expand...

Web Service

Type

Description

Req?

Val?

<sp:UpdateLocationRequest>

 

 

  

 

<name>?</name>

Postcode

The textual postcode/zipcode or location code for the place

(tick)

(tick)

 

<lat>?</lat>

float

Latitude (see 2.5) of the named postcode/location

(tick)

 

 

<long>?</long>

float

Longitude (see 2.5)  of the named postcode/location

(tick)

 

 

<action>?</action>

Integer

Bit field indicating whether this is an addition, update (replacement) or deletion:

  • 0x00 - add a new entry. Returns SP_UDLOC_NAME_ALREADY_EXISTS (693) if name already exists
  • 0x01 - add a new entry or update existing entry if name already exists
  • 0x02 - delete the entry of return SP_UDLOC_INVALID_NAME (691) if name does not exist

(error)

 

 

<isVisible>?</isVisible>

Boolean

Set true (1) if the named place to be created should be visible in the ServicePlanner map, False (0 or NULL), otherwise.

(error)

 

</sp:UpdateLocationRequest>

 

 

  
  • No labels