POST api/Payor/UpdateBankAndPayor

Request Information

URI Parameters

None.

Body Parameters

UpdatePayorInfo
NameDescriptionTypeAdditional information
PayorEmail

string

Required

Max length: 100

AccountNo

string

Required

Matching regular expression pattern: [0-9]*\.?[0-9]+

String length: inclusive between 9 and 15

RoutingNo

string

Required

Matching regular expression pattern: [0-9]*\.?[0-9]+

String length: inclusive between 9 and 15

Address1

string

Required

Max length: 100

Address2

string

Max length: 100

AccountType

string

Required

Matching regular expression pattern: ^[a-zA-Z ]*$

Max length: 100

City

string

Required

Matching regular expression pattern: ^[a-zA-Z ]*$

Max length: 30

PhoneNo

string

Required

Matching regular expression pattern: [0-9]*\.?[0-9]+

State

string

Required

Matching regular expression pattern: ^[a-zA-Z ]*$

Zip

string

Required

Matching regular expression pattern: [0-9]*\.?[0-9]+

Max length: 5

AccountName

string

Required

Matching regular expression pattern: ^[a-zA-Z ]*$

Max length: 50

BankBranchAddress

string

Required

Max length: 50

BankBarnchCity

string

Required

Matching regular expression pattern: ^[a-zA-Z ]*$

Max length: 30

BarnchState

string

Required

Matching regular expression pattern: ^[a-zA-Z ]*$

BankBarnchZip

string

Required

Matching regular expression pattern: [0-9]*\.?[0-9]+

Max length: 5

Request Formats

application/json, text/json

Sample:
{
  "PayorEmail": "sample string 1",
  "AccountNo": "sample string 2",
  "RoutingNo": "sample string 3",
  "Address1": "sample string 4",
  "Address2": "sample string 5",
  "AccountType": "sample string 6",
  "City": "sample string 7",
  "PhoneNo": "sample string 8",
  "State": "sample string 9",
  "Zip": "sample string 10",
  "AccountName": "sample string 11",
  "BankBranchAddress": "sample string 12",
  "BankBarnchCity": "sample string 13",
  "BarnchState": "sample string 14",
  "BankBarnchZip": "sample string 15"
}

text/html

Sample:
{"PayorEmail":"sample string 1","AccountNo":"sample string 2","RoutingNo":"sample string 3","Address1":"sample string 4","Address2":"sample string 5","AccountType":"sample string 6","City":"sample string 7","PhoneNo":"sample string 8","State":"sample string 9","Zip":"sample string 10","AccountName":"sample string 11","BankBranchAddress":"sample string 12","BankBarnchCity":"sample string 13","BarnchState":"sample string 14","BankBarnchZip":"sample string 15"}

application/xml, text/xml

Sample:
<UpdatePayorInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities">
  <AccountName>sample string 11</AccountName>
  <AccountNo>sample string 2</AccountNo>
  <AccountType>sample string 6</AccountType>
  <Address1>sample string 4</Address1>
  <Address2>sample string 5</Address2>
  <BankBarnchCity>sample string 13</BankBarnchCity>
  <BankBarnchZip>sample string 15</BankBarnchZip>
  <BankBranchAddress>sample string 12</BankBranchAddress>
  <BarnchState>sample string 14</BarnchState>
  <City>sample string 7</City>
  <PayorEmail>sample string 1</PayorEmail>
  <PhoneNo>sample string 8</PhoneNo>
  <RoutingNo>sample string 3</RoutingNo>
  <State>sample string 9</State>
  <Zip>sample string 10</Zip>
</UpdatePayorInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.