CommcareAPI.CommcareClient.post_contact

You're seeing just the function post_contact, go back to CommcareAPI.CommcareClient module for more information.
Link to this function

post_contact(commcare_data, contact, config)

View Source

Specs

post_contact(
  commcare_data :: map(),
  contact :: map(),
  config :: CommcareAPI.Config.t()
) ::
  {:ok, term()} | {:error, term()}