MemberService

Manage member records.

Symitar eDocs References: Coming soon.

Operations

getMemberRec

post

Retrieves a member record. Description.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringRequired
Responses
200

Successful operation.

application/json
post
/getMemberRec
200

Successful operation.

getMemberRecSelectFields

post

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
/getMemberRecSelectFields
200

Successful operation.

getMemberRecSelectFieldsFilterChildren

post

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
/getMemberRecSelectFieldsFilterChildren
200

Successful operation.

getMemberRecFmHistoryPagedList

post

Retrieves a paged list of member records from history. Description.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200

Successful operation.

application/json
post
/getMemberRecFmHistoryPagedList
200

Successful operation.

getMemberRecFmHistoryListSelectFields

post

Retrieves a 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
/getMemberRecFmHistoryListSelectFields
200

Successful operation.

searchMemberRecFmHistorySelectFields

post

Searches member records from history with selected fields. Description.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
Responses
200

Successful operation.

application/json
post
/searchMemberRecFmHistorySelectFields
200

Successful operation.

getMemberRecFmHistoryPagedListSelectFields

post

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
/getMemberRecFmHistoryPagedListSelectFields
200

Successful operation.

searchMemberRecFmHistoryPagedSelectFields

post

Searches member records from history with pagination and selected fields. Description.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MemberRecMemberNumberstringOptional
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchMemberRecFmHistoryPagedSelectFields
200

Successful operation.

updateMemberRecByID

post

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
/updateMemberRecByID
200

Successful operation.

createMemberRec

post

Creates a member record. Description.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/createMemberRec
200

Successful operation.

Last updated

Was this helpful?