POST api/MRide/AddDriverBankInfo
Request Information
URI Parameters
None.
Body Parameters
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountTitle | string |
None. |
|
| IBAN | string |
None. |
|
| BankID | integer |
None. |
|
| UserID | integer |
None. |
|
| AccountNoCan | string |
None. |
|
| TransitCode | integer |
None. |
|
| CanBankID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountTitle": "sample string 1",
"IBAN": "sample string 2",
"BankID": 3,
"UserID": 4,
"AccountNoCan": "sample string 5",
"TransitCode": 6,
"CanBankID": 7
}
application/xml, text/xml
Sample:
<Account xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API"> <AccountNoCan>sample string 5</AccountNoCan> <AccountTitle>sample string 1</AccountTitle> <BankID>3</BankID> <CanBankID>7</CanBankID> <IBAN>sample string 2</IBAN> <TransitCode>6</TransitCode> <UserID>4</UserID> </Account>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.