After you create a business entity model and configure the business entity structure, you can use the REST APIs to add the records.
The following sections use the example of the Person business entity to illustrate how you can add records by using REST APIs. The Person business entity contains data for the employees in your company.
Use the following APIs to add the details of your employees:
Get information about the schema. Use the Get Metadata REST API to get information about the data structure of a business entity, including the structure, the list of fields, the field types, and the details of the lookup fields. Or, you can access the XML Schema Definition (XSD) files which describe what elements and attributes you can use. The XSD files are in the
http:://<host>:<port>/cmx/csfiles
location.
Create a record. Use the Create Record REST API to create the record.
Read the data from the record that you have added. Use the Read Record REST API to retrieve the data from the record.