tlsOrganizationCreateRequest
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
organization | string | yes | - |
first_name | string | yes | - |
last_name | string | yes | - |
address | string | yes | - |
postal_code | string | yes | - |
city | string | yes | - |
country_code | string | yes | - |
phone | string | yes | - |
email | string | yes | - |
Example
Section titled “Example”{ "organization": "string", "first_name": "string", "last_name": "string", "address": "string", "postal_code": "string", "city": "string", "country_code": "string", "phone": "string", "email": "string"}