JiwaAPI

<back to all web services

IN_LogicalOrderQuery

Requires Authentication
IN_LogicalOrderQuery Parameters:
NameParameterData TypeRequiredDescription
IN_LogicalOrderIDquerystringNo
IN_LogicalOrderIDStartsWithquerystringNo
IN_LogicalOrderIDEndsWithquerystringNo
IN_LogicalOrderIDContainsquerystringNo
IN_LogicalOrderIDLikequerystringNo
IN_LogicalOrderIDBetweenquerystring[]No
IN_LogicalOrderIDInquerystring[]No
InventoryIDquerystringNo
InventoryIDStartsWithquerystringNo
InventoryIDEndsWithquerystringNo
InventoryIDContainsquerystringNo
InventoryIDLikequerystringNo
InventoryIDBetweenquerystring[]No
InventoryIDInquerystring[]No
IN_LogicalIDquerystringNo
IN_LogicalIDStartsWithquerystringNo
IN_LogicalIDEndsWithquerystringNo
IN_LogicalIDContainsquerystringNo
IN_LogicalIDLikequerystringNo
IN_LogicalIDBetweenquerystring[]No
IN_LogicalIDInquerystring[]No
CentralWarehouseIDquerystringNo
CentralWarehouseIDStartsWithquerystringNo
CentralWarehouseIDEndsWithquerystringNo
CentralWarehouseIDContainsquerystringNo
CentralWarehouseIDLikequerystringNo
CentralWarehouseIDBetweenquerystring[]No
CentralWarehouseIDInquerystring[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
IN_LogicalOrder Parameters:
NameParameterData TypeRequiredDescription
IN_LogicalOrderIDformstringNo
InventoryIDformstringNo
IN_LogicalIDformstringNo
CentralWarehouseIDformstringNo
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.

POST /csv/reply/IN_LogicalOrderQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"IN_LogicalOrderID":"String","IN_LogicalOrderIDStartsWith":"String","IN_LogicalOrderIDEndsWith":"String","IN_LogicalOrderIDContains":"String","IN_LogicalOrderIDLike":"String","IN_LogicalOrderIDBetween":["String"],"IN_LogicalOrderIDIn":["String"],"InventoryID":"String","InventoryIDStartsWith":"String","InventoryIDEndsWith":"String","InventoryIDContains":"String","InventoryIDLike":"String","InventoryIDBetween":["String"],"InventoryIDIn":["String"],"IN_LogicalID":"String","IN_LogicalIDStartsWith":"String","IN_LogicalIDEndsWith":"String","IN_LogicalIDContains":"String","IN_LogicalIDLike":"String","IN_LogicalIDBetween":["String"],"IN_LogicalIDIn":["String"],"CentralWarehouseID":"String","CentralWarehouseIDStartsWith":"String","CentralWarehouseIDEndsWith":"String","CentralWarehouseIDContains":"String","CentralWarehouseIDLike":"String","CentralWarehouseIDBetween":["String"],"CentralWarehouseIDIn":["String"],"Skip":0,"Take":0,"OrderBy":"String","OrderByDesc":"String","Include":"String","Fields":"String","Meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Results":[{"IN_LogicalOrderID":"String","InventoryID":"String","IN_LogicalID":"String","CentralWarehouseID":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}