MSPX API POSTING DATA The interface for posting data is /tablename Valid tablenames are those returned by the discovery (see discovery description). The fields are sent in the POST data part of the request All mandatory fields (see the discovery documentation) have to be provided. The value NULL Values can be unset (set to 'null') by setting them to the string 'null'. A successful post will return the created object. EXAMPLES curl -k -u 'apiuser:passwd' -X POST -d 'firstName=Grodan&lastName=Boll' 'https://demo.mspecs.se/contacts'