Zapier - API Endpoints
POST Create Mortgage
Create a Case, Customer and Mortgage Product in eKeeper.
Body
customerForename | Joan | |
customerSurname | Smith | |
customerDateOfBirth | 1948-08-15T00:00:00 | |
customerPostCode | AB12 3DC | |
customerAddress | 1 Lower Street | |
customerEmail | address@email.com | |
customerPhone | 01234567890 | |
loanAmount | 150000 | |
term | 12 | |
productSubType | 36 | |
stage | 25 | |
user | 3 | |
notes | Some case notes about the mortgage... | optional |
action | 12 |
POST Create Insurance
Create a Case, Customer and Insurance Product in eKeeper.
Headers
Accept | application/json |
Content-Type | application/x-www-form-urlencoded |
Authorization | Bearer <OAuth2 Access Token> |
Body
customerForename | Joan | |
customerSurname | Smith | |
customerDateOfBirth | 1948-08-15T00:00:00 | |
customerPostCode | AB12 3DC | |
customerAddress | 1 Lower Street | |
customerEmail | address@email.com | |
customerPhone | 01234567890 | |
sumAssured | 150000 | |
term | 12 | |
productSubType | 29 | |
status | 3 | |
user | 3 | |
notes | Some case notes about the mortgage... | optional |
action | 14 |