JiwaAPI

<back to all web services

BM_BatchProductionCustomValuesQuery

Requires Authentication
BM_BatchProductionCustomValuesQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDquerystringNo
RecIDStartsWithquerystringNo
RecIDEndsWithquerystringNo
RecIDContainsquerystringNo
RecIDLikequerystringNo
RecIDBetweenquerystring[]No
RecIDInquerystring[]No
BM_BatchProduction_RecIDquerystringNo
BM_BatchProduction_RecIDStartsWithquerystringNo
BM_BatchProduction_RecIDEndsWithquerystringNo
BM_BatchProduction_RecIDContainsquerystringNo
BM_BatchProduction_RecIDLikequerystringNo
BM_BatchProduction_RecIDBetweenquerystring[]No
BM_BatchProduction_RecIDInquerystring[]No
BM_BatchProductionCustomFields_RecIDquerystringNo
BM_BatchProductionCustomFields_RecIDStartsWithquerystringNo
BM_BatchProductionCustomFields_RecIDEndsWithquerystringNo
BM_BatchProductionCustomFields_RecIDContainsquerystringNo
BM_BatchProductionCustomFields_RecIDLikequerystringNo
BM_BatchProductionCustomFields_RecIDBetweenquerystring[]No
BM_BatchProductionCustomFields_RecIDInquerystring[]No
ContentsquerystringNo
ContentsStartsWithquerystringNo
ContentsEndsWithquerystringNo
ContentsContainsquerystringNo
ContentsLikequerystringNo
ContentsBetweenquerystring[]No
ContentsInquerystring[]No
LastSavedDateTimequeryDateTime?No
LastSavedDateTimeGreaterThanOrEqualToqueryDateTime?No
LastSavedDateTimeGreaterThanqueryDateTime?No
LastSavedDateTimeLessThanqueryDateTime?No
LastSavedDateTimeLessThanOrEqualToqueryDateTime?No
LastSavedDateTimeNotEqualToqueryDateTime?No
LastSavedDateTimeBetweenqueryNullable<DateTime>[]No
LastSavedDateTimeInqueryNullable<DateTime>[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
BM_BatchProductionCustomValues Parameters:
NameParameterData TypeRequiredDescription
RecIDformstringNo
BM_BatchProduction_RecIDformstringNo
BM_BatchProductionCustomFields_RecIDformstringNo
ContentsformstringNo
LastSavedDateTimeformDateTime?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.

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

{"RecID":"String","RecIDStartsWith":"String","RecIDEndsWith":"String","RecIDContains":"String","RecIDLike":"String","RecIDBetween":["String"],"RecIDIn":["String"],"BM_BatchProduction_RecID":"String","BM_BatchProduction_RecIDStartsWith":"String","BM_BatchProduction_RecIDEndsWith":"String","BM_BatchProduction_RecIDContains":"String","BM_BatchProduction_RecIDLike":"String","BM_BatchProduction_RecIDBetween":["String"],"BM_BatchProduction_RecIDIn":["String"],"BM_BatchProductionCustomFields_RecID":"String","BM_BatchProductionCustomFields_RecIDStartsWith":"String","BM_BatchProductionCustomFields_RecIDEndsWith":"String","BM_BatchProductionCustomFields_RecIDContains":"String","BM_BatchProductionCustomFields_RecIDLike":"String","BM_BatchProductionCustomFields_RecIDBetween":["String"],"BM_BatchProductionCustomFields_RecIDIn":["String"],"Contents":"String","ContentsStartsWith":"String","ContentsEndsWith":"String","ContentsContains":"String","ContentsLike":"String","ContentsBetween":["String"],"ContentsIn":["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"],"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":[{"RecID":"String","BM_BatchProduction_RecID":"String","BM_BatchProductionCustomFields_RecID":"String","Contents":"String","LastSavedDateTime":"0001-01-01T00:00:00.0000000"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}