post https://neon-loyalty-qa.spika.com/loyalty/v1//members/bulk
Add or replace multiple Members. If the Member's Id is specified it will be updated, otherwise it will be added.
Consider using /forms/ endpoints instead.
Response
200OK
Add or replace multiple Members. If the Member's Id is specified it will be updated, otherwise it will be added.
Consider using /forms/ endpoints instead.
200OK
xxxxxxxxxx
curl --request POST \
--url https://neon-loyalty-qa.spika.com/loyalty/v1/space/members/bulk \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!