Add Record

This method adds a single new record to the specified calling list. It returns an error if a record with the same values of unique keys as configured in the list definition already exists.

Notes:

  • Field names are provided as they were defined during list creation.
  • Key fields and required fields are mandatory.

Response Codes

CodeDescription
200Success (response body is empty)
400Bad request (missing required fields or format not understood)
401Authentication failed
403User authenticated but does not have sufficient privileges
404Calling List is not found or invalid URL
409Duplicate key error
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!