Converts a contact into a member
| From Body | Type | Description |
|---|---|---|
| Barcode | String | Optional. Will be auto generated if left blank. Max 20 characters - Unique - see remarks below |
| ContactExtId | Guid | Id of the contact as exists in the system |
| FacilityGUID | Guid | See Locations |
| MemberNo | String | Optional. Will be auto generated if left blank. Max 20 characters - Unique - see remarks below |
| MembershipTypePriceId | Int32 | See MembershipTypesId of the type of membership |
{
"FacilityGUID": "5c7da3f0-e13e-4c0a-bc4f-f914480317d3",
"ContactExtId": "56b2823b-c5c8-4cf5-b45e-45b7712ff693",
"MembershipTypePriceId": 3,
"MemberNo": "sample string 4",
"Barcode": "sample string 5"
}
MemberFromContactResponse
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Barcode | String | ||||||||||
| MemberNo | String | ||||||||||
| [Error] | See Errors Codes - If no error, member creation is success | ||||||||||
|
|||||||||||
{
"Errors": [
{
"Id": 1,
"Description": "sample string 2"
},
{
"Id": 1,
"Description": "sample string 2"
},
{
"Id": 1,
"Description": "sample string 2"
}
],
"MemberNo": "sample string 1",
"Barcode": "sample string 2"
}
| Bundle(s) |
|---|
| Joining |