POST Bank/Update
Request Information
URI Parameters
None.
Body Parameters
UpdateBankParamName | Description | Type | Additional information |
---|---|---|---|
bank_mast_id | string |
None. |
|
bank_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "bank_mast_id": "sample string 1", "bank_name": "sample string 2" }
application/xml, text/xml
Sample:
<UpdateBankParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <bank_mast_id>sample string 1</bank_mast_id> <bank_name>sample string 2</bank_name> </UpdateBankParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.