AccountDefault
Perform various operations for Symitar parameters.
Operations
Retrieve default accounts with selected fields
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountDefaultAcctTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/getAccountDefaultSelectFields200
Successful operation.
Retrieve the list of fields for selecting default accounts
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Successful operation.
application/json
post
/getAccountDefaultListSelectFields200
Successful operation.
Retrieve a paged list of default accounts with selected fields
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Successful operation.
application/json
post
/getAccountDefaultPagedListSelectFields200
Successful operation.
Search account default paged select fields
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchAccountDefaultPagedSelectFields200
Successful operation.
Update Account Default information by ID
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountDefaultAcctTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/updateAccountDefaultByID200
Successful operation.
Last updated
Was this helpful?