Create a new record.
Create a company
Create a person
company reference on
this person will be null. If you want to create a company in that case
instead, you can use a nested upsert:Create a custom record
product_user:Validation mode to use when validating request data.
strict validation will fail requests if any attribute fails validation,
including unrecognized attributes.
ignore_invalid validation will strip out unknown attributes and replace
known, non-required attributes with undefined if they fail validation.
The request will still fail if the request body does not contain the proper
structure or if any required attributes fail validation.
strict, ignore_invalid Request body for creating a record.
The attribute values for the new record.
All required attributes on the object must be included.