Home > For Developers > Smart Object Data APIs > Create a Smart Object Record

Create a Smart Object Record

Add a new record to a Smart Object.

Prerequisites

Details

Method: POST

URLhttps://us.pulpstream.com/vfr/api/smartObjectRecords/{smartObjectId}


Headers:

tenantId: {tenantId}

apiKey: {apiKey}

Content-Type: application/json

apiUserName: Optional. Specify internal username from the User definition to submit the data on behalf of that user.

 

Sample PayLoad:

{"Name":"Tesla",
 "Contact_Phone":"",
 "Address":"",
 "City":""}

}

where the payload contains field names and data values.

Data Formats