CpLetter

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getCpLetter

post

Retrieve a CP letter.

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

Successful operation.

application/json
post
/getCpLetter
200

Successful operation.

getCpLetterSelectFields

post

Retrieve select fields for a specific CP letter.

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

Successful operation.

application/json
post
/getCpLetterSelectFields
200

Successful operation.

getCpLetterPagedList

post

Retrieve CP letters in a paged list.

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

Successful operation.

application/json
post
/getCpLetterPagedList
200

Successful operation.

getCpLetterListSelectFields

post

Retrieve a list of select fields for CP letters.

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

Successful operation.

application/json
post
/getCpLetterListSelectFields
200

Successful operation.

searchCpLetterSelectFields

post

Field for selecting various options related to searchcpletterselectfields

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

Successful operation.

application/json
post
/searchCpLetterSelectFields
200

Successful operation.

getCpLetterPagedListSelectFields

post

Retrieve a paged list of select fields for CP letters.

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

Successful operation.

application/json
post
/getCpLetterPagedListSelectFields
200

Successful operation.

searchCpLetterPagedSelectFields

post

Field for selecting various options related to searchcpletterpagedselectfields

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

Successful operation.

application/json
post
/searchCpLetterPagedSelectFields
200

Successful operation.

updateCpLetterByID

post

Update CP Letter by ID

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

Successful operation.

application/json
post
/updateCpLetterByID
200

Successful operation.

Last updated

Was this helpful?