POST api/Transaction/UpdateAccountInstitution
Request Information
URI Parameters
None.
Body Parameters
UpdateAccountInstitutionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InstitutionName | string |
None. |
|
| InterfaceCodes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstitutionName": "sample string 1",
"InterfaceCodes": "sample string 2"
}
application/xml, text/xml
Sample:
<UpdateAccountInstitutionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLMD.Controllers"> <InstitutionName>sample string 1</InstitutionName> <InterfaceCodes>sample string 2</InterfaceCodes> </UpdateAccountInstitutionRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.