Welcome!

Get recently register users endpoint:
http://asc-prod.us-west-2.elasticbeanstalk.com/api/User/GetRecentlyRegistered?sinceDate=10-1-2019

Get Use by id endpoint:
http://asc-prod.us-west-2.elasticbeanstalk.com/api/User?id=62

Search Users: (searches name and email address)
http://asc-prod.us-west-2.elasticbeanstalk.com/api/User/GetUsers?name=bob

Create User endpoint:
http://asc-prod.us-west-2.elasticbeanstalk.com/api/User/CreateUser

JSON ContentType

Required data structure for creating new user:


{"id":0,"name":"admin","username":"tester333","email":"tester2@tester.com","password":"assasaas","userType":"wwww","block":false,"sendEmail":true,"activation":null,"params":"aa"}

Get Price List endpoint:
http://asc-prod.us-west-2.elasticbeanstalk.com/api/PriceList/GetPriceList

Get price list by part number and description with paging endpoint:
http://asc-prod.us-west-2.elasticbeanstalk.com/api/PriceList/GetPriceList?partNumber=111&page=1&rowsPerPage=5&description=tilt