MemberService
Manage member records.
Operations
Retrieves a member record with selected fields. Description.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200
Successful operation.
application/json
post
/getMemberRecSelectFields200
Successful operation.
Retrieves a member record with selected fields and filtered children. Description.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200
Successful operation.
application/json
post
/getMemberRecSelectFieldsFilterChildren200
Successful operation.
Retrieves a paged list of member records with selected fields from history. Description.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200
Successful operation.
application/json
post
/getMemberRecFmHistoryPagedListSelectFields200
Successful operation.
Searches member records from history with pagination and selected fields. Description.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200
Successful operation.
application/json
post
/searchMemberRecFmHistoryPagedSelectFields200
Successful operation.
Updates a member record by its ID. Description.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200
Successful operation.
application/json
post
/updateMemberRecByID200
Successful operation.
Last updated
Was this helpful?