Individual Registration - DamageBDD

Logo

DamageBDD

Register as individual customer.

To register as an individual please fill out this form.

Html Form Input









Using Curl



    curl -s 'https://run.damagebdd.com/accounts/create?refund_address=$REFUND_ADDRESS' \
        -H 'Content-Type: application/x-yaml' \
        -d '
---
customerType: "Individual"
fullName: "John Doe"
address: "123 Main Street, Sydney, NSW"
email: "john.doe@example.com"
'