Comment

Perform various operations on comment records.

Symitar eDocs References: Coming soon.

Operations

getComment

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

Successful operation.

application/json
post
/getComment
200

Successful operation.

getCommentSelectFields

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

Successful operation.

application/json
post
/getCommentSelectFields
200

Successful operation.

getCommentPagedList

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

Successful operation.

application/json
post
/getCommentPagedList
200

Successful operation.

getCommentListSelectFields

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

Successful operation.

application/json
post
/getCommentListSelectFields
200

Successful operation.

searchCommentSelectFields

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

Successful operation.

application/json
post
/searchCommentSelectFields
200

Successful operation.

getCommentPagedListSelectFields

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

Successful operation.

application/json
post
/getCommentPagedListSelectFields
200

Successful operation.

searchCommentPagedSelectFields

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

Successful operation.

application/json
post
/searchCommentPagedSelectFields
200

Successful operation.

updateCommentByID

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

Successful operation.

application/json
post
/updateCommentByID
200

Successful operation.

createComment

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

Successful operation.

application/json
post
/createComment
200

Successful operation.

deleteComment

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

Successful operation.

application/json
post
/deleteComment
200

Successful operation.

Last updated

Was this helpful?