JiwaAPI

<back to all web services

IN_BinLocationLookupQuery

Requires Authentication
The following routes are available for this service:
GET/Queries/IN_BinLocationLookupRetrieves a list of bin locations.
IN_BinLocationLookupQuery Parameters:
NameParameterData TypeRequiredDescription
INBinLookupIDquerystringNo
INBinLookupIDStartsWithquerystringNo
INBinLookupIDEndsWithquerystringNo
INBinLookupIDContainsquerystringNo
INBinLookupIDLikequerystringNo
INBinLookupIDBetweenquerystring[]No
INBinLookupIDInquerystring[]No
LastSavedDateTimequeryDateTime?No
LastSavedDateTimeGreaterThanOrEqualToqueryDateTime?No
LastSavedDateTimeGreaterThanqueryDateTime?No
LastSavedDateTimeLessThanqueryDateTime?No
LastSavedDateTimeLessThanOrEqualToqueryDateTime?No
LastSavedDateTimeNotEqualToqueryDateTime?No
LastSavedDateTimeBetweenqueryDateTime[]No
LastSavedDateTimeInqueryDateTime[]No
INLogicalIDquerystringNo
INLogicalIDStartsWithquerystringNo
INLogicalIDEndsWithquerystringNo
INLogicalIDContainsquerystringNo
INLogicalIDLikequerystringNo
INLogicalIDBetweenquerystring[]No
INLogicalIDInquerystring[]No
DescriptionquerystringNo
DescriptionStartsWithquerystringNo
DescriptionEndsWithquerystringNo
DescriptionContainsquerystringNo
DescriptionLikequerystringNo
DescriptionBetweenquerystring[]No
DescriptionInquerystring[]No
ShortNamequerystringNo
ShortNameStartsWithquerystringNo
ShortNameEndsWithquerystringNo
ShortNameContainsquerystringNo
ShortNameLikequerystringNo
ShortNameBetweenquerystring[]No
ShortNameInquerystring[]No
ItemNoqueryint?No
ItemNoGreaterThanOrEqualToqueryint?No
ItemNoGreaterThanqueryint?No
ItemNoLessThanqueryint?No
ItemNoLessThanOrEqualToqueryint?No
ItemNoNotEqualToqueryint?No
ItemNoBetweenqueryNullable<Int32>[]No
ItemNoInqueryNullable<Int32>[]No
IsDefaultquerybool?No
RowHashquerybyte[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
IN_BinLocationLookup Parameters:
NameParameterData TypeRequiredDescription
INBinLookupIDformstringNo
LastSavedDateTimeformDateTimeNo
INLogicalIDformstringNo
DescriptionformstringNo
ShortNameformstringNo
ItemNoformint?No
IsDefaultformbool?No
RowHashformbyte[]No
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<T>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo

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

HTTP + CSV

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

GET /Queries/IN_BinLocationLookup HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Results":[{"INBinLookupID":"String","INLogicalID":"String","Description":"String","ShortName":"String","ItemNo":0,"IsDefault":false,"RowHash":"AA=="}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}