OnlineBlock

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getOnlineBlock

post

Retrieve online block information

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OnlineBlockRuleNumberintegerRequired
Responses
post
/getOnlineBlock
200

Successful operation.

getOnlineBlockSelectFields

post

Retrieve online block select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OnlineBlockRuleNumberintegerOptional
Responses
post
/getOnlineBlockSelectFields
200

Successful operation.

getOnlineBlockPagedList

post

Retrieve paged list of online blocks

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

Successful operation.

getOnlineBlockListSelectFields

post

Retrieve online block list select fields

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

Successful operation.

searchOnlineBlockSelectFields

post

Retrieve a list of select fields for searching by online block information.

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

Successful operation.

getOnlineBlockPagedListSelectFields

post

Retrieve paged list select fields of online blocks

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

Successful operation.

searchOnlineBlockPagedSelectFields

post

Retrieve a list of paged select fields for searching by online block information.

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

Successful operation.

updateOnlineBlockByID

post

Update online blocks by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OnlineBlockRuleNumberintegerOptional
Responses
post
/updateOnlineBlockByID
200

Successful operation.

Last updated

Was this helpful?