Insert membership record
POST
/v1/membershipsLink a user from other platforms to a provider's profiles
Request
Body Params application/json
provider_id
object
optional
center_id
object
optional
booking_link
object
optional
Example
{
"provider_id": {},
"center_id": {},
"booking_link": {}
}
Request samples
Responses
Record inserted successfully(201)
Record inserted successfully
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 7 months ago