Add a new Portfolio WireInstruction
https://services.wsoweb.com/
BeneficiaryCustomerBankAccountId
integer
Required
BeneficiaryCustomerSortOrder
integer
Required
AccountWithInstitutionBankAccountId
integer
AccountWithInstitutionSortOrder
integer
IntermediaryInstitutionBankAccountId
integer
IntermediaryInstitutionSortOrder
integer
WireComment
Comments included with the wire instructions.
string
WireInstructionName
The description of the wire instruction. Defaults to BankAccount & ABA.
string
There are no limitations specified.
id
PortfolioId
integer
Required
{ "wireTransferMethod": "Fedwire", "charges": "None", "swiftMessageType": "None", "wireComment": "sample string 1", "wireInstructionName": "sample string 2", "beneficiaryCustomerBankAccountId": 3, "beneficiaryCustomerSortOrder": 4, "intermediaryInstitutionBankAccountId": 1, "intermediaryInstitutionSortOrder": 1, "accountWithInstitutionBankAccountId": 1, "accountWithInstitutionSortOrder": 1 }
<WireInstructionAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AccountWithInstitutionBankAccountId>1</AccountWithInstitutionBankAccountId> <AccountWithInstitutionSortOrder>1</AccountWithInstitutionSortOrder> <BeneficiaryCustomerBankAccountId>3</BeneficiaryCustomerBankAccountId> <BeneficiaryCustomerSortOrder>4</BeneficiaryCustomerSortOrder> <IntermediaryInstitutionBankAccountId>1</IntermediaryInstitutionBankAccountId> <IntermediaryInstitutionSortOrder>1</IntermediaryInstitutionSortOrder> <WireComment>sample string 1</WireComment> <WireInstructionName>sample string 2</WireInstructionName> <Charges>None</Charges> <SWIFTMessageType>None</SWIFTMessageType> <WireTransferMethod>Fedwire</WireTransferMethod> </WireInstructionAdd>
Sample not available.
AccountWithInstitutionBankAccountId
integer
AccountWithInstitutionSortOrder
integer
AddDate
Gets or sets the date that a record was added to the system.
date
AddId
Gets or sets the UserId of the user who added the record.
string
AddNode
Gets or sets the name of the machine where the record was added from.
string
BeneficiaryCustomerBankAccountId
integer
BeneficiaryCustomerSortOrder
integer
IntermediaryInstitutionBankAccountId
integer
IntermediaryInstitutionSortOrder
integer
LastChangeDate
Gets or sets the date when the record was last changed.
date
LastChangeId
Gets or sets the UserId of the user who last changed this record.
string
LastChangeNode
Gets or sets the name of the machine where the record was last changed from.
string
WireComment
string
WireInstructionId
integer
WireInstructionName
string
{ "wireInstructionId": 1, "wireComment": "sample string 2", "wireInstructionName": "sample string 3", "wireTransferMethod": "Fedwire", "swiftMessageType": "None", "charges": "None", "beneficiaryCustomerBankAccountId": 4, "beneficiaryCustomerSortOrder": 5, "intermediaryInstitutionBankAccountId": 6, "intermediaryInstitutionSortOrder": 7, "accountWithInstitutionBankAccountId": 8, "accountWithInstitutionSortOrder": 9, "addDate": "2024-11-23T01:27:28.6714861-06:00", "addId": "sample string 12", "addNode": "sample string 13", "lastChangeDate": "2024-11-23T01:27:28.6714861-06:00", "lastChangeId": "sample string 15", "lastChangeNode": "sample string 16", "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<WireInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AccountWithInstitutionBankAccountId>8</AccountWithInstitutionBankAccountId> <AccountWithInstitutionSortOrder>9</AccountWithInstitutionSortOrder> <AddDate>2024-11-23T01:27:28.6714861-06:00</AddDate> <AddId>sample string 12</AddId> <AddNode>sample string 13</AddNode> <BeneficiaryCustomerBankAccountId>4</BeneficiaryCustomerBankAccountId> <BeneficiaryCustomerSortOrder>5</BeneficiaryCustomerSortOrder> <Charges>None</Charges> <IntermediaryInstitutionBankAccountId>6</IntermediaryInstitutionBankAccountId> <IntermediaryInstitutionSortOrder>7</IntermediaryInstitutionSortOrder> <LastChangeDate>2024-11-23T01:27:28.6714861-06:00</LastChangeDate> <LastChangeId>sample string 15</LastChangeId> <LastChangeNode>sample string 16</LastChangeNode> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <SWIFTMessageType>None</SWIFTMessageType> <WireComment>sample string 2</WireComment> <WireInstructionId>1</WireInstructionId> <WireInstructionName>sample string 3</WireInstructionName> <WireTransferMethod>Fedwire</WireTransferMethod> </WireInstruction>