BootView WebApi

<back to all web services

GetCustomerBootLatestStatus

The following routes are available for this service:
GET/customers/{customerId}/bootlateststatusGets a list of the given customer's boots with the latest status of each boot. Only returns the list if this user has access to this customer.
GetCustomerBootLatestStatus Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer id

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.

GET /customers/{customerId}/bootlateststatus HTTP/1.1 
Host: api.paylock.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		boot_Serial_Number: String,
		customer_Id: 00000000000000000000000000000000,
		boot_Unlock_Code_1: String,
		boot_Unlock_Code_2: String,
		boot_Unlock_Code_3: String,
		boot_Unlock_Code_4: String,
		date_Created: 0001-01-01,
		is_Active: False,
		last_Used_Code: 0,
		damaged: False,
		boot_Version_Id: 00000000000000000000000000000000,
		firmware_Version_Id: 00000000000000000000000000000000,
		boot_Location: 00000000000000000000000000000000,
		boot_Location_Date: 0001-01-01,
		boot_Status_Id: 0,
		boot_status_date: 0001-01-01,
		boot_status_note: String,
		boot_boot_record_id: 00000000000000000000000000000000,
		boot_status_label: String,
		boot_Revision_Id: 00000000000000000000000000000000,
		lot_Num: 0,
		date_Last_Code_Reset: 0001-01-01,
		last_Status_Change_Date: 0001-01-01
	}
]