A module containing the routes for dealing with catalogue signups
- Since:
-
- 15/11/2017
Members
-
<route> postSignup
-
Route:
adds the customer details to the catalogue signup databaseMethod Path POST /api/v1/catalogue/signup 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
- See:
-
- ServiceTablet.Signup.signupFragment
Example
/api/v1/catalogue/signup {Body}