MemberService

Manage member records.

Symitar eDocs References: Coming soon.

Operations

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.

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
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?