JiwaAPI

<back to all web services

SO_ExportLinesQuery

Requires Authentication
SO_ExportLinesQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDquerystringNo
RecIDStartsWithquerystringNo
RecIDEndsWithquerystringNo
RecIDContainsquerystringNo
RecIDLikequerystringNo
RecIDBetweenquerystring[]No
RecIDInquerystring[]No
SO_ExportMain_RecIDquerystringNo
SO_ExportMain_RecIDStartsWithquerystringNo
SO_ExportMain_RecIDEndsWithquerystringNo
SO_ExportMain_RecIDContainsquerystringNo
SO_ExportMain_RecIDLikequerystringNo
SO_ExportMain_RecIDBetweenquerystring[]No
SO_ExportMain_RecIDInquerystring[]No
LastSavedDateTimequeryDateTime?No
LastSavedDateTimeGreaterThanOrEqualToqueryDateTime?No
LastSavedDateTimeGreaterThanqueryDateTime?No
LastSavedDateTimeLessThanqueryDateTime?No
LastSavedDateTimeLessThanOrEqualToqueryDateTime?No
LastSavedDateTimeNotEqualToqueryDateTime?No
LastSavedDateTimeBetweenqueryDateTime[]No
LastSavedDateTimeInqueryDateTime[]No
ItemNoqueryint?No
ItemNoGreaterThanOrEqualToqueryint?No
ItemNoGreaterThanqueryint?No
ItemNoLessThanqueryint?No
ItemNoLessThanOrEqualToqueryint?No
ItemNoNotEqualToqueryint?No
ItemNoBetweenqueryint[]No
ItemNoInqueryint[]No
SO_Main_InvoiceIDquerystringNo
SO_Main_InvoiceIDStartsWithquerystringNo
SO_Main_InvoiceIDEndsWithquerystringNo
SO_Main_InvoiceIDContainsquerystringNo
SO_Main_InvoiceIDLikequerystringNo
SO_Main_InvoiceIDBetweenquerystring[]No
SO_Main_InvoiceIDInquerystring[]No
FlaggedForExportquerybool?No
SO_History_InvoiceHistoryIDquerystringNo
SO_History_InvoiceHistoryIDStartsWithquerystringNo
SO_History_InvoiceHistoryIDEndsWithquerystringNo
SO_History_InvoiceHistoryIDContainsquerystringNo
SO_History_InvoiceHistoryIDLikequerystringNo
SO_History_InvoiceHistoryIDBetweenquerystring[]No
SO_History_InvoiceHistoryIDInquerystring[]No
RowHashquerybyte[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
SO_ExportLines Parameters:
NameParameterData TypeRequiredDescription
RecIDformstringNo
SO_ExportMain_RecIDformstringNo
LastSavedDateTimeformDateTimeNo
ItemNoformintNo
SO_Main_InvoiceIDformstringNo
FlaggedForExportformbool?No
SO_History_InvoiceHistoryIDformstringNo
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 .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_ExportLinesQuery 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"],"SO_ExportMain_RecID":"String","SO_ExportMain_RecIDStartsWith":"String","SO_ExportMain_RecIDEndsWith":"String","SO_ExportMain_RecIDContains":"String","SO_ExportMain_RecIDLike":"String","SO_ExportMain_RecIDBetween":["String"],"SO_ExportMain_RecIDIn":["String"],"LastSavedDateTime":"0001-01-01T00:00:00.0000000","LastSavedDateTimeGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","LastSavedDateTimeGreaterThan":"0001-01-01T00:00:00.0000000","LastSavedDateTimeLessThan":"0001-01-01T00:00:00.0000000","LastSavedDateTimeLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","LastSavedDateTimeNotEqualTo":"0001-01-01T00:00:00.0000000","LastSavedDateTimeBetween":["0001-01-01T00:00:00.0000000"],"LastSavedDateTimeIn":["0001-01-01T00:00:00.0000000"],"ItemNo":0,"ItemNoGreaterThanOrEqualTo":0,"ItemNoGreaterThan":0,"ItemNoLessThan":0,"ItemNoLessThanOrEqualTo":0,"ItemNoNotEqualTo":0,"ItemNoBetween":[0],"ItemNoIn":[0],"SO_Main_InvoiceID":"String","SO_Main_InvoiceIDStartsWith":"String","SO_Main_InvoiceIDEndsWith":"String","SO_Main_InvoiceIDContains":"String","SO_Main_InvoiceIDLike":"String","SO_Main_InvoiceIDBetween":["String"],"SO_Main_InvoiceIDIn":["String"],"FlaggedForExport":false,"SO_History_InvoiceHistoryID":"String","SO_History_InvoiceHistoryIDStartsWith":"String","SO_History_InvoiceHistoryIDEndsWith":"String","SO_History_InvoiceHistoryIDContains":"String","SO_History_InvoiceHistoryIDLike":"String","SO_History_InvoiceHistoryIDBetween":["String"],"SO_History_InvoiceHistoryIDIn":["String"],"RowHash":"AA==","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","SO_ExportMain_RecID":"String","SO_Main_InvoiceID":"String","FlaggedForExport":false,"SO_History_InvoiceHistoryID":"String","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"}}}