Bulk Create And Allocate Rewards
Developing
POST
/api/v0/partner/enKashCard/bulk-create-allocate-points-json
"Company Id is required if it is an Enkash User"
"Primary Enkash card is not present. So bulk upload cannot be done"
"KYC is not uploaded or under review for the primary card. So bulk upload cannot be done"
"Bin Type is not mapped on PlanMaster"
"Card Account does not exist for this partner"
"Card account not found for companyId: [companyId] and cardAccountId: [cardAccountId]"
Request
Query Params
companyId
string
required
Example:
CEKBVCGMR1
cardAccountId
string
required
Example:
CA1ZS96
isPointsAllocation
boolean
required
If the flag is false only new users will be created and points will be allocated to new users , no points will be allocated to the existing users.
Example:
true
Header Params
partnerId
string
required
Example:
CRMTTTMUF
Content-Type
string
required
Example:
application/json
Authorization
string
required
Example:
{token}
Body Params application/json
Request samples
Responses
Modified at 2025-05-24 08:10:07