# Create New Records **POST /profiles/{profile_id}/pages/{page_id}/records** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **page_id** (number) id of the page ### Body: application/json (object) - **device_id** (string) - **fields** (array) an array that contains record fields - **fields_element_id** (string) - **fieldselementname_inspectorname** (string) must have either element_name or element_id set - **fields_encoding** (string) must match "base64", "url" - **fields_extension** (string) file extension, if applicable - **fields_value** (string) - **javascript_state** (string) - **parent_element_id** (number) - **parent_page_id** (number) - **parent_record_id** (number) ## Responses ### 201 Created #### Body: application/json (object) - **id** (number) the created record id [Powered by Bump.sh](https://bump.sh)