Skip to main content

Create or update customer

You can use the create or update customer API to create/update customer inside your system.

curl --location 'https://bikapi.bikayi.app/integrations/bikPlatformFunctions-createOrUpdateCustomer' \
--header 'Authorization: Basic AUTH_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "APP_ID",
"name": "NAME",
"phoneNumber": "+91999909099",
"email": "test56@gmail.com",
}'

JSON response example:

{
"status": 200
}

Request Information

CategoryValue
Http requestPOST
URLhttps://bikapi.bikayi.app/integrations/bikPlatformFunctions-createOrUpdateCustomer

Input Schema for request

FieldTypeMeaning
appIdstring*Application id of the store
namestring*Name of the customer
phoneNumberstringPhone number of the customer
emailstringEmail of the customer

Output Schema for request

FieldTypeMeaning
statusbooleanEvent status