Changes

From SimplyBook.me
Line 1,615: Line 1,615:  
<pre>
 
<pre>
 
{
 
{
"name" => "newtagg1 - 4",
+
"name" : "newtagg1 - 4",
"description" => "Description - 1",
+
"description" : "Description - 1",
"phone" => "1234567890",
+
"phone" : "1234567890",
"email" => "test@test.com",
+
"email" : "test@test.com",
"qty" => "2",
+
"qty" : "2",
"is_visible" => 1,
+
"is_visible" : 1,
"is_active" => 1,
+
"is_active" : 1,
"position" => 2,
+
"position" : 2,
"seo_url" => null,
+
"seo_url" : null,
"position_in_location" => null,
+
"position_in_location" : null,
 
}
 
}
 
</pre>
 
</pre>