POST api/CustomerInformation/GetCustomerByLoginToken

Documentation for 'GetCustomerByLoginToken'.

Request Information

Parameters

NameDescriptionAdditional information
login
Documentation for 'login'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "login_token": "sample string 1"
}

application/xml, text/xml

Sample:
<LoginModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <login_token>sample string 1</login_token>
</LoginModel>