Response

{
    "code": "200",
    "msg": "Records found",
    "object": {
        "id": 1001,
        "customerApplicationId": "string",
        "lessee": {
            "id": 7,
            "dbaName": "string",
            "legalName": "string",
            "federalTaxId": "string",
            "naicIndustry": 92,
            "sicIndustry": null,
            "businessPurchaseDate": 1525579200000,
            "stateOfIncorporation": "AL",
            "businessStructure": "Corporation",
            "website": "string",
            "address": "string",
            "city": "string",
            "state": "AL",
            "zipCode": "string",
            "phoneNumber": "string",
            "email": "[email protected]",
            "unit": "string",
            "annualRevenue": 40000,
            "bankABA": "string",
            "bankAccountNumber": "string",
            "deleted": null,
            "owners": [
                {
                    "id": 19,
                    "lesseeId": 7,
                    "firstName": "string",
                    "lastName": "string",
                    "middleName": "string",
                    "birthDate": 1525579200000,
                    "ownershipPercentage": 60,
                    "socialSecurityNumber": "string",
                    "streetAddress": "string",
                    "unit": "string",
                    "city": "string",
                    "state": "AL",
                    "zipcode": "string",
                    "country": "string",
                    "workPhoneNumber": "string",
                    "homePhoneNumber": "string",
                    "mobilePhoneNumber": "string",
                    "faxNumber": "string",
                    "email": "[email protected]",
                    "driversLicenseNumber": "string",
                    "driversLicenseState": "AL",
                    "deleted": null,
                    "externalId": null
                }
            ]
        },
        "salesPersonId": 1,
        "createdDate": 1525744515393,
        "requestedAmount": 5000,
        "status": "PENDING",
        "description": "string"
    }
}
Language
Click Try It! to start a request and see the response here!