Module: Cat

A module containing the routes for dealing with catalogue signups
Since:
  • 15/11/2017
Author:
  • Dave

Members


<route> postSignup

Route:
MethodPath
POST /api/v1/catalogue/signup
adds the customer details to the catalogue signup database
Query Parameters:
Name Type Description
customerTitle string The customers title
customerFirstName string The customers first name
customerLastName string The customers last name
customerAddressLine1 string The customers address first line
customerAddressLine2 string The customers address second line
customerAddressLine3 string The customers address third line
customerAddressCity string The customers city
customerAddressCounty string The customers county
customerAddressPostcode string The customers postcode
customerEmail string The customers email
Since:
  • 30/08/2017
Author:
  • Dave
See:
  • ServiceTablet.Signup.signupFragment
Example
/api/v1/catalogue/signup {Body}