Notice

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getNotice

post

Retrieve notice information

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

Successful operation.

application/json
post
/getNotice
200

Successful operation.

getNoticeSelectFields

post

Retrieve notice select fields

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

Successful operation.

application/json
post
/getNoticeSelectFields
200

Successful operation.

getNoticePagedList

post

Retrieve paged list of notices

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

Successful operation.

application/json
post
/getNoticePagedList
200

Successful operation.

getNoticeListSelectFields

post

Retrieve notice list select fields

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

Successful operation.

application/json
post
/getNoticeListSelectFields
200

Successful operation.

searchNoticeSelectFields

post

Retrieve a list of select fields for searching by notice information.

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

Successful operation.

application/json
post
/searchNoticeSelectFields
200

Successful operation.

getNoticePagedListSelectFields

post

Retrieve paged list select fields of notices

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

Successful operation.

application/json
post
/getNoticePagedListSelectFields
200

Successful operation.

searchNoticePagedSelectFields

post

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

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

Successful operation.

application/json
post
/searchNoticePagedSelectFields
200

Successful operation.

updateNoticeByID

post

Update notices by ID

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

Successful operation.

application/json
post
/updateNoticeByID
200

Successful operation.

Last updated

Was this helpful?