Enrollment
POSTapi/membership/enroll
Create
Enroll a new customer
Request Body (Optional)
PartnerMemberId
Requiredstring
The member's id in the partner's system
Email
Requiredstring
The member's email
Format:"email"
Phone
string
The member's phone
FirstName
Requiredstring
The member's first name
LastName
string
The member's last name
State
Requiredstring
The member's state
Example:"CA"
Maximum length: 30
PaidMemberStartDate
Requiredstring
The date the member's paid
Format:"date-time"
PaidThroughDate
Requiredstring
The last date the member's has paid
Format:"date-time"
Products
Requiredarray<string>
The products that the member is going to be enrolled in, provided by Harmonicft to the Partner
Example:["LP-500"]
Value in: "LP-500" | "LP-750" | "LP-1000" | ""
Header Parameters
Content-Type
Requiredstring
The content type
Example:"application/json"
Authorization
Requiredstring
The authorization header
Example:"Basic \<Base64 encoded username and password\>"
Status code | Description |
---|---|
200 | Array of created enrollments, only showing created ones |
400 | Bad request, including fields that are invalid |
500 | Internal server error, including request id for support |
PUTapi/membership/enroll
Update
Update an enrollment with new values
Request Body (Optional)
UserId
Requiredstring
The ID of the enrolled user to look up
PartnerMemberId
string
The member's id in the partner's system
Email
string
The member's email
Format:"email"
Phone
string
The member's phone
FirstName
string
The member's first name
LastName
string
The member's last name
State
string
The member's state
Example:"CA"
Maximum length: 30
PaidMemberStartDate
string
The date the member's paid
Format:"date-time"
PaidThroughDate
string
The last date the member's has paid
Format:"date-time"
Products
array<string>
The products that the member is going to be enrolled in, provided by Harmonicft to the Partner
Example:["LP-500"]
Value in: "LP-500" | "LP-750" | "LP-1000" | ""
Header Parameters
Content-Type
Requiredstring
The content type
Example:"application/json"
Authorization
Requiredstring
The authorization header
Example:"Basic \<Base64 encoded username and password\>"
Status code | Description |
---|---|
200 | Array of created enrollments, only showing created ones |
400 | Bad request, including fields that are invalid |
500 | Internal server error, including request id for support |