tlsOrganizationPatchRequest
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
edit_mode | string | no | (create_replacement, update_provider) |
organization | string | no | - |
first_name | string | no | - |
last_name | string | no | - |
address | string | no | - |
postal_code | string | no | - |
city | string | no | - |
country_code | string | no | - |
phone | string | no | - |
email | string | no | - |
Example
Section titled “Example”{ "edit_mode": "create_replacement", "organization": "string", "first_name": "string", "last_name": "string", "address": "string", "postal_code": "string", "city": "string", "country_code": "string", "phone": "string", "email": "string"}