UpsertMember

UpsertMember api is used to insert/update member data at the system.

Body Params
string
required

Column name of the ID which is Primary key of member table and will be used in upsert command.

columns
array of strings
required

List of Column names of the member table. Order have to be same with Rows field.

columns*
rows
array of strings
required

Every item in the array corresponds to a row of member data . Order have to be same with Columns field.

rows*
Headers
string
required

The access token from Login function

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

403

Please login again to get new token.

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
BAD REQUEST 1
BAD REQUEST 2