Data types for attributes
Data types for attributes belong to a subset of the XML Schema data type specification.We can use the following of data types with the PUMA REST API:
- xs:string
- String value or string representation of an arbitrary object.
- xs:long
- Number of type Long.
- xs:integer
- Number of type Integer.
- xs:double
- Number of type Double.
- xs:dateTime
- A timestamp with this format: yyyy-MM-dd'T'HH:mm:ss
- xs:anyURI
- URI path to a resource defined by the remote REST service for PUMA, for example to reference a user profile. This can be an absolute URL that includes the server name or a URL that denotes the absolute path.
- xs:hexBinary
- A hex encoded binary string.
The Puma REST API converts the preceding data type names to conform with the XML Schema Definition (XSD) language.
Parent: Structure of the remote REST service for PUMA
Related:
Interface operations
Payload description
PUMA REST service XML schema document
Error codes
Related: