NonAccountNameService

Manage non-account name records.

Symitar eDocs References: Coming soon.

Operations

getNonAcctName

post

Retrieves a non-account name.

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

Successful operation.

application/json
post
/getNonAcctName
200

Successful operation.

getNonAcctNameSelectFields

post

Retrieves a non-account name with selected fields.

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

Successful operation.

application/json
post
/getNonAcctNameSelectFields
200

Successful operation.

getNonAcctNameSelectFieldsFilterChildren

post

Retrieves a non-account name with selected fields and filtered children.

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

Successful operation.

application/json
post
/getNonAcctNameSelectFieldsFilterChildren
200

Successful operation.

getNonAcctNameFmHistoryPagedList

post

Retrieves a paged list of non-account names from history.

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

Successful operation.

application/json
post
/getNonAcctNameFmHistoryPagedList
200

Successful operation.

getNonAcctNameFmHistoryListSelectFields

post

Retrieves a list of non-account names with selected fields from history.

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

Successful operation.

application/json
post
/getNonAcctNameFmHistoryListSelectFields
200

Successful operation.

searchNonAcctNameFmHistorySelectFields

post

Searches non-account names from history with selected fields.

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

Successful operation.

application/json
post
/searchNonAcctNameFmHistorySelectFields
200

Successful operation.

getNonAcctNameFmHistoryPagedListSelectFields

post

Retrieves a paged list of non-account names with selected fields from history.

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

Successful operation.

application/json
post
/getNonAcctNameFmHistoryPagedListSelectFields
200

Successful operation.

searchNonAcctNameFmHistoryPagedSelectFields

post

Searches non-account names from history with pagination and selected fields.

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

Successful operation.

application/json
post
/searchNonAcctNameFmHistoryPagedSelectFields
200

Successful operation.

updateNonAcctNameByID

post

Updates a non-account name by its ID.

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

Successful operation.

application/json
post
/updateNonAcctNameByID
200

Successful operation.

createNonAcctName

post

Creates a non-account name.

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

Successful operation.

application/json
post
/createNonAcctName
200

Successful operation.

deleteNonAcctName

post

Deletes a non-account name.

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

Successful operation.

application/json
post
/deleteNonAcctName
200

Successful operation.

Last updated

Was this helpful?