POST api/CheckPurchase/AdditionalCheckPurchaseUsingCrediCard
Request Information
URI Parameters
None.
Body Parameters
UpdateLicenseFileName | Description | Type | Additional information |
---|---|---|---|
PayorName | string |
Required Matching regular expression pattern: ^[a-zA-Z ]*$ Max length: 50 |
|
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 |
|
NumbersOfCheck | string |
Required Matching regular expression pattern: [0-9]*\.?[0-9]+ String length: inclusive between 1 and 5 |
|
CreditCardNo | string |
None. |
|
CVVNo | string |
None. |
|
CardExpDate | string |
None. |
|
TotalAmt | string |
Required Matching regular expression pattern: [0-9]*\.?[0-9]+ Range: inclusive between 0.1 and 10000 |
|
paymentMode | string |
None. |
|
ResponseCode | string |
None. |
|
AccountType | string |
Matching regular expression pattern: ^[a-zA-Z ]*$ |
Request Formats
application/json, text/json
Sample:
{ "PayorName": "sample string 1", "PayorEmail": "sample string 2", "AccountNo": "sample string 3", "RoutingNo": "sample string 4", "NumbersOfCheck": "sample string 5", "CreditCardNo": "sample string 6", "CVVNo": "sample string 7", "CardExpDate": "sample string 8", "TotalAmt": "sample string 9", "paymentMode": "sample string 10", "ResponseCode": "sample string 11", "AccountType": "sample string 12" }
text/html
Sample:
{"PayorName":"sample string 1","PayorEmail":"sample string 2","AccountNo":"sample string 3","RoutingNo":"sample string 4","NumbersOfCheck":"sample string 5","CreditCardNo":"sample string 6","CVVNo":"sample string 7","CardExpDate":"sample string 8","TotalAmt":"sample string 9","paymentMode":"sample string 10","ResponseCode":"sample string 11","AccountType":"sample string 12"}
application/xml, text/xml
Sample:
<UpdateLicenseFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities"> <AccountNo>sample string 3</AccountNo> <AccountType>sample string 12</AccountType> <CVVNo>sample string 7</CVVNo> <CardExpDate>sample string 8</CardExpDate> <CreditCardNo>sample string 6</CreditCardNo> <NumbersOfCheck>sample string 5</NumbersOfCheck> <PayorEmail>sample string 2</PayorEmail> <PayorName>sample string 1</PayorName> <ResponseCode>sample string 11</ResponseCode> <RoutingNo>sample string 4</RoutingNo> <TotalAmt>sample string 9</TotalAmt> <paymentMode>sample string 10</paymentMode> </UpdateLicenseFile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.