WireServiceMessage

Perform various operations on wire service message records.

Symitar eDocs References: Coming soon.

Operations

getWireServiceMessage

post

Retrieves a wire service message

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

Successful operation.

application/json
post
/getWireServiceMessage
200

Successful operation.

getWireServiceMessageSelectFields

post

Retrieves a wire service message with selected fields

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

Successful operation.

application/json
post
/getWireServiceMessageSelectFields
200

Successful operation.

getWireServiceMessagePagedList

post

Retrieves a paged list of wire service messages

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

Successful operation.

application/json
post
/getWireServiceMessagePagedList
200

Successful operation.

getWireServiceMessageListSelectFields

post

Retrieves a list of wire service messages with selected fields

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

Successful operation.

application/json
post
/getWireServiceMessageListSelectFields
200

Successful operation.

searchWireServiceMessageSelectFields

post

Searches for wire service message with selected fields

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

Successful operation.

application/json
post
/searchWireServiceMessageSelectFields
200

Successful operation.

getWireServiceMessagePagedListSelectFields

post

Retrieves a paged list of wire service messages with selected fields

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

Successful operation.

application/json
post
/getWireServiceMessagePagedListSelectFields
200

Successful operation.

searchWireServiceMessagePagedSelectFields

post

Searches for wire service message paged with selected fields

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

Successful operation.

application/json
post
/searchWireServiceMessagePagedSelectFields
200

Successful operation.

updateWireServiceMessageByID

post

Updates service message for a wire by ID

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

Successful operation.

application/json
post
/updateWireServiceMessageByID
200

Successful operation.

Last updated

Was this helpful?