POST api/Payee/DepostCheck

Request Information

URI Parameters

None.

Body Parameters

DepositCheckInfo
NameDescriptionTypeAdditional information
payorClientkey

string

None.

PayorAccountNo

string

None.

PayorRoutingNo

string

None.

BankName

string

None.

CheckNo

string

None.

Amount

string

None.

PayeeCheckTransactionID

string

Required

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

CheckImage

Collection of byte

None.

PayorAccountName

string

None.

PayeeAccountNo

string

Required

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

String length: inclusive between 9 and 15

PayeeRoutingNo

string

Required

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

String length: inclusive between 9 and 15

PayeeEmail

string

Required

PayeeAccountType

string

Required

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

RespCode

string

None.

RespMsg

string

None.

SentTime

string

None.

ClientKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "payorClientkey": "sample string 1",
  "PayorAccountNo": "sample string 2",
  "PayorRoutingNo": "sample string 3",
  "BankName": "sample string 4",
  "CheckNo": "sample string 5",
  "Amount": "sample string 6",
  "PayeeCheckTransactionID": "sample string 7",
  "CheckImage": "QEA=",
  "PayorAccountName": "sample string 8",
  "PayeeAccountNo": "sample string 9",
  "PayeeRoutingNo": "sample string 10",
  "PayeeEmail": "sample string 11",
  "PayeeAccountType": "sample string 12",
  "RespCode": "sample string 13",
  "RespMsg": "sample string 14",
  "SentTime": "sample string 15",
  "ClientKey": "sample string 16"
}

text/html

Sample:
{"payorClientkey":"sample string 1","PayorAccountNo":"sample string 2","PayorRoutingNo":"sample string 3","BankName":"sample string 4","CheckNo":"sample string 5","Amount":"sample string 6","PayeeCheckTransactionID":"sample string 7","CheckImage":"QEA=","PayorAccountName":"sample string 8","PayeeAccountNo":"sample string 9","PayeeRoutingNo":"sample string 10","PayeeEmail":"sample string 11","PayeeAccountType":"sample string 12","RespCode":"sample string 13","RespMsg":"sample string 14","SentTime":"sample string 15","ClientKey":"sample string 16"}

application/xml, text/xml

Sample:
<DepositCheckInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities">
  <Amount>sample string 6</Amount>
  <BankName>sample string 4</BankName>
  <CheckImage>QEA=</CheckImage>
  <CheckNo>sample string 5</CheckNo>
  <ClientKey>sample string 16</ClientKey>
  <PayeeAccountNo>sample string 9</PayeeAccountNo>
  <PayeeAccountType>sample string 12</PayeeAccountType>
  <PayeeCheckTransactionID>sample string 7</PayeeCheckTransactionID>
  <PayeeEmail>sample string 11</PayeeEmail>
  <PayeeRoutingNo>sample string 10</PayeeRoutingNo>
  <PayorAccountName>sample string 8</PayorAccountName>
  <PayorAccountNo>sample string 2</PayorAccountNo>
  <PayorRoutingNo>sample string 3</PayorRoutingNo>
  <RespCode>sample string 13</RespCode>
  <RespMsg>sample string 14</RespMsg>
  <SentTime>sample string 15</SentTime>
  <payorClientkey>sample string 1</payorClientkey>
</DepositCheckInfo>

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.