PUT api/internal_bank_account/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

m_internal_bank_account
NameDescriptionTypeAdditional information
bank_id

string

Required

String length: inclusive between 0 and 3

account_no

string

Required

String length: inclusive between 0 and 20

account_name

string

Required

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "bank_id": "sample string 1",
  "account_no": "sample string 2",
  "account_name": "sample string 3"
}

application/xml, text/xml

Sample:
<m_internal_bank_account xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Features.Models">
  <account_name>sample string 3</account_name>
  <account_no>sample string 2</account_no>
  <bank_id>sample string 1</bank_id>
</m_internal_bank_account>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.