README.md in netsuite-0.2.0 vs README.md in netsuite-0.2.1
- old
+ new
@@ -252,9 +252,11 @@
NetSuite::Configuration.connection.call :get_customization_id, message: {
'platformMsgs:customizationType' => { '@getCustomizationType' => 'customRecordType'},
'platformMsgs:includeInactives' => 'false'
}
+server_time_response = NetSuite::Configuration.connection.call :get_server_time
+server_time_response.body[:get_server_time_response][:get_server_time_result][:server_time]
```