eQuipAPI

<back to all web services

GetAllPropertyPassTable

The following routes are available for this service:
All Verbs/GetAllPropertyPassTable
GetAllPropertyPassTable Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
PropertyPassIDInternalquerystringNo
LastSyncDatequerystringNo
ReturnAllquerybool?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetAllPropertyPassTable HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	PropertyPassIDInternal: String,
	LastSyncDate: String,
	ReturnAll: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Assigned_By: String,
	AssignedToEmail: String,
	AssignedToPhone: String,
	Comments: String,
	CreationDate: 0001-01-01,
	DueDate: 0001-01-01,
	PeopleID_Internal: String,
	PropertyPassID_Internal: String,
	PropertyPassLevel: 0,
	SiteIDInternal: String,
	TerminationDate: 0001-01-01,
	ModifiedOn: 0001-01-01,
	SignaturePic: AA==,
	AssignedToID: 0,
	AssignedToName: String,
	Location: String,
	Organization: String,
	ParentID: 0,
	Hierarchy: String
}