Skip to content
Wenbin.Ke edited this page Dec 2, 2015 · 1 revision

Request Url: /apis/contacttypes

  • You can set If-Modified-Since in the request headers. This should be UTC date time. If the data is not modified since that date, we will return status code 304 (NotModified) and empty body.

Response:

[{
	"Id": 1,
	"Name": "Renter"
}, {
	"Id": 2,
	"Name": "Owner"
}, {
	"Id": 5,
	"Name": "Travel Agent"
}, {
	"Id": 6,
	"Name": "Supplier"
}, {
	"Id": 9,
	"Name": "Potential Owner"
}, {
	"Id": 10,
	"Name": "Potential Agent"
}, {
	"Id": 11,
	"Name": "Developer"
}, {
	"Id": 12,
	"Name": "Estate Agents"
}, {
	"Id": 14,
	"Name": "Golf Course"
}, {
	"Id": 15,
	"Name": "Rep"
}, {
	"Id": 16,
	"Name": "Employee"
}, {
	"Id": 17,
	"Name": "Management Team"
}, {
	"Id": 18,
	"Name": "Gardner"
}, {
	"Id": 19,
	"Name": "Housekeeper"
}, {
	"Id": 20,
	"Name": "Resort Manager"
}]
Clone this wiki locally