POST Index/AddNewBank
Request Information
URI Parameters
None.
Body Parameters
requestBank| Name | Description | Type | Additional information |
|---|---|---|---|
| Form | string |
None. |
|
| FormName | string |
None. |
|
| Action | string |
None. |
|
| UserID | string |
None. |
|
| UserName | string |
None. |
|
| BANK_ID | string |
None. |
|
| BANK_CODE | string |
None. |
|
| BANK_NAME | string |
None. |
|
| BANK_NAME_FULL | string |
None. |
|
| COMM_APPLY_ID | string |
None. |
|
| NAPAS_CODE_MAPPING | string |
None. |
|
| NAPAS_NAME | string |
None. |
|
| ID | string |
None. |
|
| BRANCH_NAME | string |
None. |
|
| BRANCH_CODE_ATSTORE | string |
None. |
|
| PROVINCE_ID | string |
None. |
|
| PROVINCE_NAME | string |
None. |
|
| PROVINCE_CODE | string |
None. |
|
| BRANCH | string |
None. |
|
| BRANCH_CODE_CITAB | string |
None. |
|
| HEAD | string |
None. |
|
| chkSameBranch | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Form": "sample string 1",
"FormName": "sample string 2",
"Action": "sample string 3",
"UserID": "sample string 4",
"UserName": "sample string 5",
"BANK_ID": "sample string 6",
"BANK_CODE": "sample string 7",
"BANK_NAME": "sample string 8",
"BANK_NAME_FULL": "sample string 9",
"COMM_APPLY_ID": "sample string 10",
"NAPAS_CODE_MAPPING": "sample string 11",
"NAPAS_NAME": "sample string 12",
"ID": "sample string 13",
"BRANCH_NAME": "sample string 14",
"BRANCH_CODE_ATSTORE": "sample string 15",
"PROVINCE_ID": "sample string 16",
"PROVINCE_NAME": "sample string 17",
"PROVINCE_CODE": "sample string 18",
"BRANCH": "sample string 19",
"BRANCH_CODE_CITAB": "sample string 20",
"HEAD": "sample string 21",
"chkSameBranch": true
}
application/xml, text/xml
Sample:
<requestBank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Action>sample string 3</Action> <BANK_CODE>sample string 7</BANK_CODE> <BANK_ID>sample string 6</BANK_ID> <BANK_NAME>sample string 8</BANK_NAME> <BANK_NAME_FULL>sample string 9</BANK_NAME_FULL> <BRANCH>sample string 19</BRANCH> <BRANCH_CODE_ATSTORE>sample string 15</BRANCH_CODE_ATSTORE> <BRANCH_CODE_CITAB>sample string 20</BRANCH_CODE_CITAB> <BRANCH_NAME>sample string 14</BRANCH_NAME> <COMM_APPLY_ID>sample string 10</COMM_APPLY_ID> <Form>sample string 1</Form> <FormName>sample string 2</FormName> <HEAD>sample string 21</HEAD> <ID>sample string 13</ID> <NAPAS_CODE_MAPPING>sample string 11</NAPAS_CODE_MAPPING> <NAPAS_NAME>sample string 12</NAPAS_NAME> <PROVINCE_CODE>sample string 18</PROVINCE_CODE> <PROVINCE_ID>sample string 16</PROVINCE_ID> <PROVINCE_NAME>sample string 17</PROVINCE_NAME> <UserID>sample string 4</UserID> <UserName>sample string 5</UserName> <chkSameBranch>true</chkSameBranch> </requestBank>
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.