pub async fn create_contacts(
configuration: &mut Configuration,
params: CreateContactsParams,
) -> Result<ContactResponse, Error<CreateContactsError>>
Expand description
Create a contact.
pub async fn create_contacts(
configuration: &mut Configuration,
params: CreateContactsParams,
) -> Result<ContactResponse, Error<CreateContactsError>>
Create a contact.