POST api/event/ProfileBankDetailsInsert
Request Information
URI Parameters
None.
Body Parameters
ProfileBankDetailsInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| BankCountry | string |
None. |
|
| BankName | string |
None. |
|
| AccountName | string |
None. |
|
| AccountNumber | string |
None. |
|
| IfscCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"bankCountry": "sample string 2",
"bankName": "sample string 3",
"accountName": "sample string 4",
"accountNumber": "sample string 5",
"ifscCode": "sample string 6"
}
application/xml, text/xml
Sample:
<ProfileBankDetailsInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common"> <AccountName>sample string 4</AccountName> <AccountNumber>sample string 5</AccountNumber> <BankCountry>sample string 2</BankCountry> <BankName>sample string 3</BankName> <IfscCode>sample string 6</IfscCode> <UserId>1</UserId> </ProfileBankDetailsInsert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />