Discussions
Customers definition when creating a property
11 days ago by Jose Mavarez
I am reading the documentation for creating a property, and it says that a Property Object must be sent, and inside it there must be a property_customer property, which is an array of objects. In the example, it shows property_customer: [{customer: ‘string’}].
My question is: what value should be assigned to the customer property?
I put the customer's uid in that field and the property was created correctly, but with the customer set to null.