post https://api.octapipe.com/databases//records
Inserts a new database record into the database.
Click on the image below to enlarge the demonstration in Postman.
Payload example:
{
"name": "SpaceX",
"custom_fields_values": {
"cf_trade_name": "SpaceX",
"cf_employer_identification_number": "98-7654321"
}
}