Wire

Perform various operations on wire records.

Symitar eDocs References: Coming soon.

Operations

getWire

post

Returns information about a specific wire.

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

Successful operation.

application/json
post
/getWire
200

Successful operation.

getWireSelectFields

post

Retrieves wire information with selected fields

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

Successful operation.

application/json
post
/getWireSelectFields
200

Successful operation.

getWireSelectFieldsFilterChildren

post

Retrieves wire information with selected fields and filters for children

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

Successful operation.

application/json
post
/getWireSelectFieldsFilterChildren
200

Successful operation.

updateWireByID

post

Updates wire information by ID

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

Successful operation.

application/json
post
/updateWireByID
200

Successful operation.

createWire

post

Creates an outgoing wire from your credit union to a recipient.

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

Successful operation.

application/json
post
/createWire
200

Successful operation.

Last updated

Was this helpful?