JiwaAPI

<back to all web services

SO_FoundStockAuditLinesQuery

Requires Authentication
SO_FoundStockAuditLinesQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDquerystringNo
RecIDStartsWithquerystringNo
RecIDEndsWithquerystringNo
RecIDContainsquerystringNo
RecIDLikequerystringNo
RecIDBetweenquerystring[]No
RecIDInquerystring[]No
FoundStockAuditIDquerystringNo
FoundStockAuditIDStartsWithquerystringNo
FoundStockAuditIDEndsWithquerystringNo
FoundStockAuditIDContainsquerystringNo
FoundStockAuditIDLikequerystringNo
FoundStockAuditIDBetweenquerystring[]No
FoundStockAuditIDInquerystring[]No
SourceInvoiceIDquerystringNo
SourceInvoiceIDStartsWithquerystringNo
SourceInvoiceIDEndsWithquerystringNo
SourceInvoiceIDContainsquerystringNo
SourceInvoiceIDLikequerystringNo
SourceInvoiceIDBetweenquerystring[]No
SourceInvoiceIDInquerystring[]No
SourceHistoryIDquerystringNo
SourceHistoryIDStartsWithquerystringNo
SourceHistoryIDEndsWithquerystringNo
SourceHistoryIDContainsquerystringNo
SourceHistoryIDLikequerystringNo
SourceHistoryIDBetweenquerystring[]No
SourceHistoryIDInquerystring[]No
SourceInvoiceLineIDquerystringNo
SourceInvoiceLineIDStartsWithquerystringNo
SourceInvoiceLineIDEndsWithquerystringNo
SourceInvoiceLineIDContainsquerystringNo
SourceInvoiceLineIDLikequerystringNo
SourceInvoiceLineIDBetweenquerystring[]No
SourceInvoiceLineIDInquerystring[]No
QuantityTakenquerydecimal?No
QuantityTakenGreaterThanOrEqualToquerydecimal?No
QuantityTakenGreaterThanquerydecimal?No
QuantityTakenLessThanquerydecimal?No
QuantityTakenLessThanOrEqualToquerydecimal?No
QuantityTakenNotEqualToquerydecimal?No
QuantityTakenBetweenqueryNullable<Decimal>[]No
QuantityTakenInqueryNullable<Decimal>[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
SO_FoundStockAuditLines Parameters:
NameParameterData TypeRequiredDescription
RecIDformstringNo
FoundStockAuditIDformstringNo
SourceInvoiceIDformstringNo
SourceHistoryIDformstringNo
SourceInvoiceLineIDformstringNo
QuantityTakenformdecimal?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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /json/reply/SO_FoundStockAuditLinesQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"RecID":"String","RecIDStartsWith":"String","RecIDEndsWith":"String","RecIDContains":"String","RecIDLike":"String","RecIDBetween":["String"],"RecIDIn":["String"],"FoundStockAuditID":"String","FoundStockAuditIDStartsWith":"String","FoundStockAuditIDEndsWith":"String","FoundStockAuditIDContains":"String","FoundStockAuditIDLike":"String","FoundStockAuditIDBetween":["String"],"FoundStockAuditIDIn":["String"],"SourceInvoiceID":"String","SourceInvoiceIDStartsWith":"String","SourceInvoiceIDEndsWith":"String","SourceInvoiceIDContains":"String","SourceInvoiceIDLike":"String","SourceInvoiceIDBetween":["String"],"SourceInvoiceIDIn":["String"],"SourceHistoryID":"String","SourceHistoryIDStartsWith":"String","SourceHistoryIDEndsWith":"String","SourceHistoryIDContains":"String","SourceHistoryIDLike":"String","SourceHistoryIDBetween":["String"],"SourceHistoryIDIn":["String"],"SourceInvoiceLineID":"String","SourceInvoiceLineIDStartsWith":"String","SourceInvoiceLineIDEndsWith":"String","SourceInvoiceLineIDContains":"String","SourceInvoiceLineIDLike":"String","SourceInvoiceLineIDBetween":["String"],"SourceInvoiceLineIDIn":["String"],"QuantityTaken":0,"QuantityTakenGreaterThanOrEqualTo":0,"QuantityTakenGreaterThan":0,"QuantityTakenLessThan":0,"QuantityTakenLessThanOrEqualTo":0,"QuantityTakenNotEqualTo":0,"QuantityTakenBetween":[0],"QuantityTakenIn":[0],"Skip":0,"Take":0,"OrderBy":"String","OrderByDesc":"String","Include":"String","Fields":"String","Meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Results":[{"RecID":"String","FoundStockAuditID":"String","SourceInvoiceID":"String","SourceHistoryID":"String","SourceInvoiceLineID":"String","QuantityTaken":0}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}