Create Member from Mobile User
Create a new member from mobile user.
note
If existing member record that have not linked to any mobile user has the same phone number, it will link that record instead of creating a new one.
Request
POST:/{integrationId}/member/creatememberfrommobileuserRequest Parameters
| Parameter | Description | Type | |
|---|---|---|---|
mobileUserId | The Id of mobile user record. | number | required |
Example of Request URL:
Parameters:mobileUserId = deb599aa-fe56-4ae1-8c70-4a18315f7f86 integrationId = d9cdb75e-da7c-43dc-8dee-7d786b464c59 URL:
POST: https://onerewards-integration-api.autocountcloud.com/d9cdb75e-da7c-43dc-8dee-7d786b464c59/member/creatememberfrommobileuser?mobileUserId=deb599aa-fe56-4ae1-8c70-4a18315f7f86 Response
Success Response
Status Code: 204