To Add or Insert data a POST call is made to the API. Multiple objects can be updated in one call. In this example a new entry is being inserted to the Location object:
POST: api/{tenantid}/dataobjectdata
The API will provide a response code and in this case the new unique key:
To Update the Location Type for the new entry we can POST an update call with the unique key together with the timestamp for concurrency checking: