Record
update-a-specific-subaccount-params
No description available.
record update-a-specific-subaccount-params {
subaccount-id: string,
access-billing: option<f64>,
access-contacts: option<f64>,
access-reporting: option<f64>,
access-settings: option<f64>,
access-users: option<f64>,
email: option<string>,
first-name: option<string>,
last-name: option<string>,
password: option<string>,
phone-number: option<string>,
share-campaigns: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| subaccount-id | string | |
| access-billing | option<f64> | |
| access-contacts | option<f64> | |
| access-reporting | option<f64> | |
| access-settings | option<f64> | |
| access-users | option<f64> | |
| option<string> | ||
| first-name | option<string> | |
| last-name | option<string> | |
| password | option<string> | |
| phone-number | option<string> | |
| share-campaigns | option<f64> |