Skip to main content
PATCH
/
applications
/
{id}
JavaScript
import Gizmo from '@gizmo-os/sdk';

const client = new Gizmo({
  apiKey: 'My API Key',
});

const application = await client.applications.update('id');

console.log(application);
null

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
loanPurpose
enum<string>
Available options:
purchase,
refi,
refiCashOut
crmId
string
losId
string
primaryBorrowerDateOfBirth
string
primaryBorrowerSsn
string
primaryBorrowerEmail
string
primaryBorrowerFirstName
string
primaryBorrowerLastName
string
primaryBorrowerPhone
string
status
enum<string>
Available options:
NEW,
ATTEMPTED,
CONTACTED,
CREDIT_PULLED,
PRE_APPROVED,
APPLICATION,
PROCESSING,
SUBMITTAL,
RESUBMITTAL,
CONDITIONALLY_APPROVED,
FINAL_APPROVED,
DOCS_OUT,
FUNDED,
PURCHASED,
COMPLETED,
WITHDRAWN,
DENIED
subjectPropertyCity
string
subjectPropertyState
enum<string>

The two-letter state abbreviation in lowercase

Available options:
al,
ak,
az,
ar,
ca,
co,
ct,
de,
dc,
fl,
ga,
hi,
id,
il,
in,
ia,
ks,
ky,
la,
me,
md,
ma,
mi,
mn,
ms,
mo,
mt,
ne,
nv,
nh,
nj,
nm,
ny,
nc,
nd,
oh,
ok,
or,
pa,
ri,
sc,
sd,
tn,
tx,
ut,
vt,
va,
wa,
wv,
wi,
wy
subjectPropertyStreetAddress
string
subjectPropertyZip
string

Response

The updated Application