AcsService

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAcsService

post

Retrieve the access service information

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

Successful operation.

application/json
post
/getAcsService
200

Successful operation.

getAcsServiceSelectFields

post

Retrieve access services with selected fields

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

Successful operation.

application/json
post
/getAcsServiceSelectFields
200

Successful operation.

getAcsServicePagedList

post

Retrieve a paged list of access services

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

Successful operation.

application/json
post
/getAcsServicePagedList
200

Successful operation.

getAcsServiceListSelectFields

post

Retrieve the list of access services with selectable fields

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

Successful operation.

application/json
post
/getAcsServiceListSelectFields
200

Successful operation.

searchAcsServiceSelectFields

post

Search ACS service select fields

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

Successful operation.

application/json
post
/searchAcsServiceSelectFields
200

Successful operation.

getAcsServicePagedListSelectFields

post

Retrieve a paged list of access services with selected fields

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

Successful operation.

application/json
post
/getAcsServicePagedListSelectFields
200

Successful operation.

searchAcsServicePagedSelectFields

post

Search ACS service paged select fields

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

Successful operation.

application/json
post
/searchAcsServicePagedSelectFields
200

Successful operation.

updateAcsServiceByID

post

Update ACS Service by ID

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

Successful operation.

application/json
post
/updateAcsServiceByID
200

Successful operation.

Last updated

Was this helpful?