Item_Search Schema
	
	| Documentation | {..} JSON | XML | 
| Mandatory field | Optional field | 
 Returns a list of items based on your search parameters
Header
 Document header container
MessageType
string
Enumerated value: Request
Enumerated value: Response
DeviceID
 ID of the calling device where applicable. Use for mobile devices such as I-Phones and Android units
string
Minimum length: 0
Maximum length: 100
SubmissionNumber
string
 A unique reference used for each API request. The Submission Number is seeded within the Authentication MD5 Value to prevent cloning.
Authentication
 Account number, and an MD5 hash "Account number, API Key and Submission Number"
AccNumber
MD5Value
ApplicationID
 Unique identiifier for the application making the request. Mandoatory from 10th Dec 2013
string
Minimum length: 1
Maximum length: 100
Body
SearchParameters
ReturnCount
 How many records would you like the API to return.
int
Maximum inclusive value: 200
Minimum inclusive value: 1
Offset
int
 Page offset. Zero (0) would show results from the begining of the record set. Offset can be used for paging functions.
OrderResultsBy
 Whic columns should be used for ordering the record set.
string
Enumerated value: ItemName
Enumerated value: ItemDescription
Enumerated value: UnitCost
Enumerated value: CreatedDate
OrderDirection
 Order direction. Ascending (ASC) or Descending (DESC).
string
Enumerated value: ASC
Enumerated value: DESC
ShowDeleted
boolean
 Show items that have previously been deleted. Default is false
ItemName
string
 Search by partial item/task name.
ItemDescription
string
 Search by partial item/task description.
ItemType
 Search by item type e.g. ITEM/TASK. When absent returns both.
string
Enumerated value: ITEM
Enumerated value: TASK
Endpoint: https://api.quickfile.co.uk/1_2/item/search
		Example Request:
		We had a problem retrieving a JSON sample for this method, please retry later
		
		Example Response:
			
		Example Request:
		We had a problem retrieving an XML sample for this method, please retry later
		
		Example Response:
			
		| Other Item Methods | 
|---|
| Create a new inventory item or task | 
| Delete an inventory item or task | 
| Retrieve an inventory item or task | 
| Search for inventory items or tasks based on a set of search parameters | 
