For the complete documentation index, see llms.txt. This page is also available as Markdown.

SymXClient

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getSymXClient

post

Retrieve SymXClient parameter records. ParameterService is available for SymXchange 2022.01 in this documentation set.

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

Successful operation.

application/json
post/getSymXClient
200

Successful operation.

getSymXClientSelectFields

post

Retrieve SymXClient parameter records. ParameterService is available for SymXchange 2022.01 in this documentation set.

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

Successful operation.

application/json
post/getSymXClientSelectFields
200

Successful operation.

updateSymXClientByID

post

Update SymXClient parameter configuration. Parameter updates can change institution behavior and should be tested in a controlled environment before use.

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

Successful operation.

application/json
post/updateSymXClientByID
200

Successful operation.

Last updated

Was this helpful?