AccountFieldName

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAccountFieldName

post

Retrieve the field name for the account

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

Successful operation.

application/json
post
/getAccountFieldName
200

Successful operation.

getAccountFieldNameSelectFields

post

Retrieve field names for accounts with selected fields

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

Successful operation.

application/json
post
/getAccountFieldNameSelectFields
200

Successful operation.

getAccountFieldNamePagedList

post

Retrieve a paged list of field names for accounts

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

Successful operation.

application/json
post
/getAccountFieldNamePagedList
200

Successful operation.

getAccountFieldNameListSelectFields

post

Retrieve the list of field names with selectable fields for accounts

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

Successful operation.

application/json
post
/getAccountFieldNameListSelectFields
200

Successful operation.

searchAccountFieldNameSelectFields

post

Search account field name select fields

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

Successful operation.

application/json
post
/searchAccountFieldNameSelectFields
200

Successful operation.

getAccountFieldNamePagedListSelectFields

post

Retrieve a paged list of field names for accounts with selected fields

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

Successful operation.

application/json
post
/getAccountFieldNamePagedListSelectFields
200

Successful operation.

searchAccountFieldNamePagedSelectFields

post

Search account field name paged select fields

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

Successful operation.

application/json
post
/searchAccountFieldNamePagedSelectFields
200

Successful operation.

updateAccountFieldNameByID

post

Update Account Field Name by ID

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

Successful operation.

application/json
post
/updateAccountFieldNameByID
200

Successful operation.

Last updated

Was this helpful?