Attributes


firstName string
Customer's first name.


emailAddress string
Customer's email address.


phoneNumber string
Customer's phone number.


status string, value is 'P' - Pending, 'A' - Active, 'S' - Suspended, 'I' - Inactive
Customer's status.


createdDate string
Date of customer created in ISO-8601 format.


lastName string
Customer's last name.


dateofBirth string
Date of customer's birthday in ISO-8601 format.


street string
Customer's street in address.


city string
Customer's city in address.


state string
Customer's state in address.


country string
Customer's country in address.


postalCode string
Customer's postalCode in address.


{
        "firstName": "Chris",
        "emailAddress": "[email protected]",
        "phoneNumber": null,
        "status": "P",
        "createdDate": "2022-12-01T16:38:22.395Z",
        "lastName": "Lee",
        "dateofBirth": "1990-12-01T00:00:00.000Z",
        "street": "Example of Street",
        "city": "Example of City",
        "state": "Example of State",
        "country": "Example of Country",
        "postalCode": null
}