Created
July 20, 2020 15:22
-
-
Save AndersonZacharyT/5d36b402add22d07e3ffa659df29f127 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXAMPLE REQUEST | |
curl --location --request POST 'https://atlas.amerisave.com/7~A0144432879A4227B66C1D23E73C63B1/V2/Bankrate/v1/BankrateLeadPost' \ | |
--header 'Authorization: Basic YmFua3JhdGV3ZWJzZXJ2aWNldXNlcjpEenpyQ2ltUQ==' \ | |
--header 'Content-Type: application/json' \ | |
--header 'Cookie: AMC="%7B%22RATESDSN%22%3A%7B%7D%7D"' \ | |
--data-raw '{"isFirstPropertyPurchase":true,"downPaymentPercent":0.20000000000000001,"purchasePriceAmount":230000,"purchasePriceRange":"220001-240000","propertyPurchaseSituation":"Signed a Purchase Agreement","downPaymentAmount":46000,"rateTypeDesired":"Fixed","isWorkingWithRealtor":true,"grossAnnualIncomeAmount":62500,"grossAnnualIncomeRange":"50001-75000","bankrateLeadId":"br15947433821740418906lid","productDesc":"30 yr fixed-0 point","productRate":3.25,"productAPR":3.25,"universalLeadId":"435d3f10-3d37-452f-ae7c-d2d38f829b0f","loanType":"Purchase","propertyType":"SingleFamily","propertyUse":"PrimaryResidence","creditProfileDescription":"740+","creditProfileAmount":740,"loanAmount":184000,"hasProofIncome":true,"employmentStatus":"Employed","hasFiledBankruptcy":true,"email":"[email protected]","phone":"7724809908","firstName":"Test","lastName":"Testerson","fullName":"Test Testerson","propertyCity":"West Palm Beach","propertyState":"FL","zipCode":"33403"}' | |
EXAMPLE RESPONSE | |
{ | |
"ERRORDESCRIPTION": "Account not found or inactive.", | |
"ERRORNUMBER": "400", | |
"STATUS": "failed", | |
"LEADID": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment