Rest API V1

Rest API V1
Operations
Redeem
POST /api/Redeem
Create
POST /api/Redeem

API for redeeming rewards

Request body

application/json-patch+json
application/json
text/json
application/*+json
Object
tenantId
string uuid
userProfileId
string uuid
redeemPoints
integer int32
categoryId
integer int32
brandId
integer int32
productId
integer int32
redeemDate
string date-time

Responses

200 200

Success

User
POST /api/User/batchcreate/{tenantId}
BatchCreate
POST /api/User/batchcreate/{tenantId}

API for importing list of member account

Path variables

tenantId
string uuid required

Request body

application/json-patch+json
application/json
text/json
application/*+json
Array
Object
tenantId
string uuid
userProfile
Object
firstName
string
lastName
string
dob
string date-time
email
string
mobileNumber
string
gender
string

Responses

200 200

Success

UserTransaction
POST /api/UserTransaction/import/{tenantId}
Import
POST /api/UserTransaction/import/{tenantId}

API for importing transaction file

Path variables

tenantId
string uuid required

Request body

multipart/form-data
string binary

Responses

200 200

Success