POST api/RoutingNumbers

Request Information

URI Parameters

None.

Body Parameters

RoutingNumber
NameDescriptionTypeAdditional information
RecordID

integer

None.

RoutingNumber1

string

Required

String length: inclusive between 0 and 50

BankName

string

Required

String length: inclusive between 0 and 250

BankCountry

string

Required

String length: inclusive between 0 and 50

Added_On

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordID": 1,
  "RoutingNumber1": "sample string 2",
  "BankName": "sample string 3",
  "BankCountry": "sample string 4",
  "Added_On": "2025-05-15T16:03:51.8057218+00:00"
}

application/xml, text/xml

Sample:
<RoutingNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <Added_On>2025-05-15T16:03:51.8057218+00:00</Added_On>
  <BankCountry>sample string 4</BankCountry>
  <BankName>sample string 3</BankName>
  <RecordID>1</RecordID>
  <RoutingNumber1>sample string 2</RoutingNumber1>
</RoutingNumber>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RoutingNumber
NameDescriptionTypeAdditional information
RecordID

integer

None.

RoutingNumber1

string

Required

String length: inclusive between 0 and 50

BankName

string

Required

String length: inclusive between 0 and 250

BankCountry

string

Required

String length: inclusive between 0 and 50

Added_On

date

None.

Response Formats

application/json, text/json

Sample:
{
  "RecordID": 1,
  "RoutingNumber1": "sample string 2",
  "BankName": "sample string 3",
  "BankCountry": "sample string 4",
  "Added_On": "2025-05-15T16:03:51.8057218+00:00"
}

application/xml, text/xml

Sample:
<RoutingNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <Added_On>2025-05-15T16:03:51.8057218+00:00</Added_On>
  <BankCountry>sample string 4</BankCountry>
  <BankName>sample string 3</BankName>
  <RecordID>1</RecordID>
  <RoutingNumber1>sample string 2</RoutingNumber1>
</RoutingNumber>