DeveloperAccountSubmitModel
Model containing information to create a new developer account.
Required Fields
email
email, 0-99 characters
The email address of the developer.
companyName
string, 0-100 characters
The company name of the developer.
Optional Fields
firstName
string, nullable, 0-50 characters
The first name of the person requesting the developer account.
lastName
string, nullable, 0-50 characters
The last name of the person requesting the developer account.
Deprecated Fields
Deprecated fields are maintained for backwards compatibility with previous versions of the API. Deprecated fields may be removed in a future release of the API.
name
string, nullable, 0-99 characters
The name of the developer.
Updated 9 months ago