POST api/VMAX/GetVMAXCreateORUpdateVendorBank

Request Information

URI Parameters

None.

Body Parameters

RequestDataVendorBranch
NameDescriptionTypeAdditional information
VendorID

integer

None.

refBankId

string

None.

bankname

string

None.

accNo

string

None.

bankbranch

string

None.

ifccode

string

None.

StatuId

integer

None.

CreatedUserId

integer

None.

CreatedDate

date

None.

UpdatedUser

integer

None.

UpdatedDate

date

None.

Url

string

None.

oprMode

integer

None.

BankId

integer

None.

VLocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorID": 1,
  "refBankId": "sample string 2",
  "bankname": "sample string 3",
  "accNo": "sample string 4",
  "bankbranch": "sample string 5",
  "ifccode": "sample string 6",
  "StatuId": 7,
  "CreatedUserId": 8,
  "CreatedDate": "2026-04-02T07:55:25.595007+05:30",
  "UpdatedUser": 10,
  "UpdatedDate": "2026-04-02T07:55:25.595007+05:30",
  "Url": "sample string 12",
  "oprMode": 13,
  "BankId": 14,
  "VLocationId": 15
}

application/xml, text/xml

Sample:
<RequestDataVendorBranch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <BankId>14</BankId>
  <CreatedDate>2026-04-02T07:55:25.595007+05:30</CreatedDate>
  <CreatedUserId>8</CreatedUserId>
  <StatuId>7</StatuId>
  <UpdatedDate>2026-04-02T07:55:25.595007+05:30</UpdatedDate>
  <UpdatedUser>10</UpdatedUser>
  <Url>sample string 12</Url>
  <VLocationId>15</VLocationId>
  <VendorID>1</VendorID>
  <accNo>sample string 4</accNo>
  <bankbranch>sample string 5</bankbranch>
  <bankname>sample string 3</bankname>
  <ifccode>sample string 6</ifccode>
  <oprMode>13</oprMode>
  <refBankId>sample string 2</refBankId>
</RequestDataVendorBranch>

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 'RequestDataVendorBranch'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>