Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 320 Bytes

customer_types.md

File metadata and controls

22 lines (18 loc) · 320 Bytes

customer_types

GET /api/v1/customer_types

Required scope: read_people, people

Sample Model

{
	"id": 1,
	"name": "Wholesale",
	"customer_level": 1,
	"description": "",
	"updated_at": "2004-10-08T00:00:00-05:00",
	"created_at": "2004-10-08T00:00:00-05:00"
}