JiwaAPI

<back to all web services

RA_ShipLinesCustomValuesQuery

Requires Authentication
RA_ShipLinesCustomValuesQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDquerystringNo
RecIDStartsWithquerystringNo
RecIDEndsWithquerystringNo
RecIDContainsquerystringNo
RecIDLikequerystringNo
RecIDBetweenquerystring[]No
RecIDInquerystring[]No
RA_ShipLines_RecIDquerystringNo
RA_ShipLines_RecIDStartsWithquerystringNo
RA_ShipLines_RecIDEndsWithquerystringNo
RA_ShipLines_RecIDContainsquerystringNo
RA_ShipLines_RecIDLikequerystringNo
RA_ShipLines_RecIDBetweenquerystring[]No
RA_ShipLines_RecIDInquerystring[]No
RA_ShipLinesCustomFields_RecIDquerystringNo
RA_ShipLinesCustomFields_RecIDStartsWithquerystringNo
RA_ShipLinesCustomFields_RecIDEndsWithquerystringNo
RA_ShipLinesCustomFields_RecIDContainsquerystringNo
RA_ShipLinesCustomFields_RecIDLikequerystringNo
RA_ShipLinesCustomFields_RecIDBetweenquerystring[]No
RA_ShipLinesCustomFields_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
RA_ShipLinesCustomValues Parameters:
NameParameterData TypeRequiredDescription
RecIDformstringNo
RA_ShipLines_RecIDformstringNo
RA_ShipLinesCustomFields_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 .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/RA_ShipLinesCustomValuesQuery 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"],"RA_ShipLines_RecID":"String","RA_ShipLines_RecIDStartsWith":"String","RA_ShipLines_RecIDEndsWith":"String","RA_ShipLines_RecIDContains":"String","RA_ShipLines_RecIDLike":"String","RA_ShipLines_RecIDBetween":["String"],"RA_ShipLines_RecIDIn":["String"],"RA_ShipLinesCustomFields_RecID":"String","RA_ShipLinesCustomFields_RecIDStartsWith":"String","RA_ShipLinesCustomFields_RecIDEndsWith":"String","RA_ShipLinesCustomFields_RecIDContains":"String","RA_ShipLinesCustomFields_RecIDLike":"String","RA_ShipLinesCustomFields_RecIDBetween":["String"],"RA_ShipLinesCustomFields_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: application/json
Content-Length: length

{"Results":[{"RecID":"String","RA_ShipLines_RecID":"String","RA_ShipLinesCustomFields_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"}}}