return to index

Nomadia Field Service API : Data Types

Basic Data Type


Data type Description Formatting (http calls) Mapped programming language datatype (Java)
String any text <free> String
Integer any signed integer (-)xxx int
Real any real value xxx.yy(E+/-xx) double
Date a date of year yyyy/MM/dd java.util.Date
Time a time or duration HH:mm String
DateTime a date and a tile yyyy/MM/dd HH:mm java.util.Date
IdsList list of n ids id1,id2,...idn String[]

Opti-Time Objects


ScheduleResponseMessage
Property Data type Default Description
type String NO DEFAULT (mandatory) may be "success" or "error"
description String empty HTML message
details IdsList empty frequently used to give id of objects concerned by the feature

Location
Property Data type Default Description
cityName String NO DEFAULT (mandatory) Name of the city
address
String NO DEFAULT (mandatory) Postal address
postcode String NO DEFAULT (mandatory) Postal code
geocodingType Integer empty 1 (city), 2 (near road), 3 (road), 4 (address) or 5 (geotagged)
x Real empty x cartographic coordinate
y Real empty y cartographic coordinate

return to index