pub async fn contact_validate(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<ContactValidateResponse>, Error>
Expand description
Sets the valid flag on contact data quality
Arguments
id
- ID of the contact objectclient_sender
- Reference to the tokio channel into the client