Create Individual AwaitingDocuments

POST {{server_url}}/applications

Request Body

{"data"=>{"type"=>"individualApplication", "attributes"=>{"ssn"=>"000000002", "fullName"=>{"first"=>"Test {{customerFirstName}}", "last"=>"{{customerLastName}}"}, "dateOfBirth"=>"2001-08-10", "address"=>{"street"=>"20 Ingram St", "city"=>"Forest Hills", "state"=>"CA", "postalCode"=>"11375", "country"=>"US"}, "email"=>"{{customerFirstName}}.{{customerLastName}}@spiffymaildomain.test", "phone"=>{"countryCode"=>"1", "number"=>"5555555555"}, "tags"=>{"test"=>"webhook-tag", "key"=>"another-tag", "number"=>"111"}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"data":{"type":"individualApplication","id":"173702","attributes":{"createdAt":"2021-12-23T12:45:38.761Z","fullName":{"first":"April","last":"Dddd"},"ssn":"123456789","address":{"street":"20 Ingram St","city":"Forest Hills","state":"CA","postalCode":"11375","country":"US"},"dateOfBirth":"2001-08-10","email":"april@baxter.com","phone":{"countryCode":"1","number":"5555555555"},"status":"Approved","message":"Congrats - your application has been approved!","evaluationId":"S-ghHwEYbRwlIw117YC3va","soleProprietorship":false,"tags":{"test":"webhook-tag","key":"another-tag","number":"111"}},"relationships":{"org":{"data":{"type":"org","id":"901"}},"customer":{"data":{"type":"individualCustomer","id":"143057"}}}},"included":[]}