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

Update a Smart Object Record

Update an existing record in a Smart Object.

Prerequisites

Details

Method: PUT

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

 

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.
Fields contained in the payload replace fields in the target record.
Fields that are not present in the payload do not affect the target record.

Data Formats