Ingram.Marketplace.CustomerManagement.create_customer
You're seeing just the function
create_customer
, go back to Ingram.Marketplace.CustomerManagement module for more information.
Link to this function
create_customer(post_customer_details, opts \\ [], connection \\ Connection.new())
View SourceSpecs
create_customer( Ingram.Marketplace.Model.PostCustomerDetails.t(), keyword(), Tesla.Env.client() | nil ) :: {:ok, Ingram.Marketplace.Model.GetCustomerDetails.t()} | {:error, Tesla.Env.t()}
Create a new customer Create a customer in the platform and associate it with the reseller that sends this request.
Parameters
- post_customer_details (Ingram.Marketplace.Model.PostCustomerDetails):
- opts (KeywordList): [optional] Optional parameters
- connection (Ingram.Marketplace.Connection): Connection to server
Returns
} on success {:error, info} on failure