POST api/Identity/AddBankInfo

Request Information

URI Parameters

None.

Body Parameters

BankInfoDetails
NameDescriptionTypeAdditional information
BankAccountType

string

None.

BankId

integer

None.

BankAccountNumber

string

None.

BankAccountName

string

None.

BusinessOwnerName

string

None.

BankName

string

None.

EmailId

string

None.

PhoneNumber

string

None.

BusinessName

string

None.

ServiceName

string

None.

LeadId

integer

None.

status

integer

None.

CountryId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BankAccountType": "sample string 1",
  "BankId": 2,
  "BankAccountNumber": "sample string 3",
  "BankAccountName": "sample string 4",
  "BusinessOwnerName": "sample string 5",
  "BankName": "sample string 6",
  "EmailId": "sample string 7",
  "PhoneNumber": "sample string 8",
  "BusinessName": "sample string 9",
  "ServiceName": "sample string 10",
  "LeadId": 11,
  "status": 12,
  "CountryId": 13
}

application/xml, text/xml

Sample:
<BankInfoDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <BankAccountName>sample string 4</BankAccountName>
  <BankAccountNumber>sample string 3</BankAccountNumber>
  <BankAccountType>sample string 1</BankAccountType>
  <BankId>2</BankId>
  <BankName>sample string 6</BankName>
  <BusinessName>sample string 9</BusinessName>
  <BusinessOwnerName>sample string 5</BusinessOwnerName>
  <CountryId>13</CountryId>
  <EmailId>sample string 7</EmailId>
  <LeadId>11</LeadId>
  <PhoneNumber>sample string 8</PhoneNumber>
  <ServiceName>sample string 10</ServiceName>
  <status>12</status>
</BankInfoDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BankInfoDetails'.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional information
Version

string

None.

dateTime

string

None.

StatusCode

integer

None.

ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0",
  "dateTime": "2024/09/19 18:25:06",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
  <StatusCode>1</StatusCode>
</VCAPIResponse>