I have the following SAP UI5 snipper to create a JobSet entity.
This works online but not offline.
oModel.create("/JobSet", oEntry, { success: function(oData, oResponse) { self.jobId = oData.JobId; }, error: function(oError) { } });