eQuipAPI

<back to all web services

CheckInAsset_V1

The following routes are available for this service:
All Verbs/CheckInAsset_V1
CheckInAsset_V1 Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
AssetCheckInOutIDquerystringNo
Asset_ID_InternalquerystringNo
assetqueryPropertyPassItemNo
PropertyPassItem Parameters:
NameParameterData TypeRequiredDescription
Asset_ID_InternalbodystringNo
AssetSerialNobodystringNo
Assigned_BybodystringNo
CheckInDatebodyDateTime?No
CheckOutDatebodyDateTime?No
DueDatebodyDateTime?No
PropertyPassID_InternalbodystringNo
PropertyPassItemID_InternalbodystringNo
QuantitybodyintNo
SiteIDInternalbodystringNo
ModifiedOnbodyDateTime?No
Asset_IDbodyint?No
AssignTobodystringNo
PhonebodystringNo
EmailbodystringNo
RemarksbodystringNo
ReserveFrombodyDateTime?No
ReserveTobodyDateTime?No
Activity_IDbodyint?No
PropertyPass_IDbodyint?No
ReimbursementPricebodydouble?No
SecondaryCustodianbodystringNo
PrimaryCustodianbodystringNo

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

{
	UserID: String,
	AssetCheckInOutID: String,
	Asset_ID_Internal: String,
	asset: 
	{
		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
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

False