PUT v1/Portfolios/{id}/WireInstructions/{wireInstructionId}

Description

Update the Portfolio WireInstruction with WSO portfolio ID of {id} and Portfolio WireInstruction ID of {WireInstructionId}.

Base Url

https://api-mgi.uat.wsohosting.com/


Rest Call Syntax


PUT Reference/v1/Portfolios/{id}/WireInstructions/{wireInstructionId}

PUT Reference/v1/Portfolios/{id}/WireInstructions/{wireInstructionId}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



WireInstructionUpdate

Name

Description

Type

Additional Information

BeneficiaryCustomerBankAccountId

integer

Required

BeneficiaryCustomerSortOrder

integer

Required

AccountWithInstitutionBankAccountId

integer

AccountWithInstitutionSortOrder

integer

Charges

IntermediaryInstitutionBankAccountId

integer

IntermediaryInstitutionSortOrder

integer

SWIFTMessageType

WireComment

Comments included with the wire instructions.

string

WireInstructionName

The description of the wire instruction. Defaults to BankAccount & ABA.

string

WireTransferMethod




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of the portfolio

integer

Required

wireInstructionId

WSO ID of the wireInstruction

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "wireTransferMethod": "Fedwire",
  "charges": "None",
  "swiftMessageType": "None",
  "wireComment": "sample string 2",
  "wireInstructionName": "sample string 3",
  "beneficiaryCustomerBankAccountId": 4,
  "beneficiaryCustomerSortOrder": 5,
  "intermediaryInstitutionBankAccountId": 1,
  "intermediaryInstitutionSortOrder": 1,
  "accountWithInstitutionBankAccountId": 1,
  "accountWithInstitutionSortOrder": 1
}

application/xml, text/xml

Sample:
<WireInstructionUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AccountWithInstitutionBankAccountId>1</AccountWithInstitutionBankAccountId>
  <AccountWithInstitutionSortOrder>1</AccountWithInstitutionSortOrder>
  <BeneficiaryCustomerBankAccountId>4</BeneficiaryCustomerBankAccountId>
  <BeneficiaryCustomerSortOrder>5</BeneficiaryCustomerSortOrder>
  <IntermediaryInstitutionBankAccountId>1</IntermediaryInstitutionBankAccountId>
  <IntermediaryInstitutionSortOrder>1</IntermediaryInstitutionSortOrder>
  <WireComment>sample string 2</WireComment>
  <WireInstructionName>sample string 3</WireInstructionName>
  <Charges>None</Charges>
  <SWIFTMessageType>None</SWIFTMessageType>
  <WireTransferMethod>Fedwire</WireTransferMethod>
</WireInstructionUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



WireInstruction

Name

Description

Type

Additional Information

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

Charges

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

Links

The Hateoas links to dividend operations

Collection of Link

SWIFTMessageType

WireComment

string

WireInstructionId

integer

WireInstructionName

string

WireTransferMethod




Response Body Formats



application/json, text/json

Sample:
{
  "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-10-08T11:36:05.6455145+01:00",
  "addId": "sample string 12",
  "addNode": "sample string 13",
  "lastChangeDate": "2024-10-08T11:36:05.6455145+01: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"
    }
  ]
}

application/xml, text/xml

Sample:
<WireInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AccountWithInstitutionBankAccountId>8</AccountWithInstitutionBankAccountId>
  <AccountWithInstitutionSortOrder>9</AccountWithInstitutionSortOrder>
  <AddDate>2024-10-08T11:36:05.6455145+01: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-10-08T11:36:05.6455145+01: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>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.