eQuipAPI

<back to all web services

GetAllPropertyPassItems_V2

The following routes are available for this service:
All Verbs/GetAllPropertyPassItems_V2
GetAllPropertyPassItems_V2 Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
LastPropertyItemIDInternalquerystringNo
LastSyncDatequerystringNo

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/GetAllPropertyPassItems_V2 HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

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

{
	Asset_ID_Internal: String,
	AssetSerialNo: String,
	Assigned_By: String,
	CheckInDate: 0001-01-01,
	CheckOutDate: 0001-01-01,
	DueDate: 0001-01-01,
	PropertyPassID_Internal: String,
	PropertyPassItemID_Internal: String,
	Quantity: 0,
	SiteIDInternal: String,
	ModifiedOn: 0001-01-01,
	Asset_ID: 0,
	AssignTo: String,
	Phone: String,
	Email: String,
	Remarks: String,
	ReserveFrom: 0001-01-01,
	ReserveTo: 0001-01-01,
	Activity_ID: 0,
	PropertyPass_ID: 0,
	ReimbursementPrice: 0,
	SecondaryCustodian: String,
	PrimaryCustodian: String
}