Comment

Perform various operations on comment records.

Symitar eDocs References: Coming soon.

Operations

getCommentSelectFields

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

Successful operation.

getCommentPagedListSelectFields

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

Successful operation.

searchCommentPagedSelectFields

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

Successful operation.

updateCommentByID

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

Successful operation.

createComment

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

Successful operation.

deleteComment

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

Successful operation.

Last updated

Was this helpful?