JiwaAPI

<back to all web services

GL_DuplicatesQuery

Requires Authentication
GL_DuplicatesQuery Parameters:
NameParameterData TypeRequiredDescription
SetNoquerystringNo
SetNoStartsWithquerystringNo
SetNoEndsWithquerystringNo
SetNoContainsquerystringNo
SetNoLikequerystringNo
SetNoBetweenquerystring[]No
SetNoInquerystring[]No
PostDateTimequeryDateTime?No
PostDateTimeGreaterThanOrEqualToqueryDateTime?No
PostDateTimeGreaterThanqueryDateTime?No
PostDateTimeLessThanqueryDateTime?No
PostDateTimeLessThanOrEqualToqueryDateTime?No
PostDateTimeNotEqualToqueryDateTime?No
PostDateTimeBetweenqueryNullable<DateTime>[]No
PostDateTimeInqueryNullable<DateTime>[]No
SourcequerystringNo
SourceStartsWithquerystringNo
SourceEndsWithquerystringNo
SourceContainsquerystringNo
SourceLikequerystringNo
SourceBetweenquerystring[]No
SourceInquerystring[]No
SourceIDquerystringNo
SourceIDStartsWithquerystringNo
SourceIDEndsWithquerystringNo
SourceIDContainsquerystringNo
SourceIDLikequerystringNo
SourceIDBetweenquerystring[]No
SourceIDInquerystring[]No
SetTypequeryshort?No
SetTypeGreaterThanOrEqualToqueryshort?No
SetTypeGreaterThanqueryshort?No
SetTypeLessThanqueryshort?No
SetTypeLessThanOrEqualToqueryshort?No
SetTypeNotEqualToqueryshort?No
SetTypeBetweenqueryshort[]No
SetTypeInqueryshort[]No
DescriptionquerystringNo
DescriptionStartsWithquerystringNo
DescriptionEndsWithquerystringNo
DescriptionContainsquerystringNo
DescriptionLikequerystringNo
DescriptionBetweenquerystring[]No
DescriptionInquerystring[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
GL_Duplicates Parameters:
NameParameterData TypeRequiredDescription
SetNoformstringNo
PostDateTimeformDateTime?No
SourceformstringNo
SourceIDformstringNo
SetTypeformshortNo
DescriptionformstringNo
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/GL_DuplicatesQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"SetNo":"String","SetNoStartsWith":"String","SetNoEndsWith":"String","SetNoContains":"String","SetNoLike":"String","SetNoBetween":["String"],"SetNoIn":["String"],"PostDateTime":"0001-01-01T00:00:00.0000000","PostDateTimeGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","PostDateTimeGreaterThan":"0001-01-01T00:00:00.0000000","PostDateTimeLessThan":"0001-01-01T00:00:00.0000000","PostDateTimeLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","PostDateTimeNotEqualTo":"0001-01-01T00:00:00.0000000","PostDateTimeBetween":["0001-01-01T00:00:00.0000000"],"PostDateTimeIn":["0001-01-01T00:00:00.0000000"],"Source":"String","SourceStartsWith":"String","SourceEndsWith":"String","SourceContains":"String","SourceLike":"String","SourceBetween":["String"],"SourceIn":["String"],"SourceID":"String","SourceIDStartsWith":"String","SourceIDEndsWith":"String","SourceIDContains":"String","SourceIDLike":"String","SourceIDBetween":["String"],"SourceIDIn":["String"],"SetType":0,"SetTypeGreaterThanOrEqualTo":0,"SetTypeGreaterThan":0,"SetTypeLessThan":0,"SetTypeLessThanOrEqualTo":0,"SetTypeNotEqualTo":0,"SetTypeBetween":[0],"SetTypeIn":[0],"Description":"String","DescriptionStartsWith":"String","DescriptionEndsWith":"String","DescriptionContains":"String","DescriptionLike":"String","DescriptionBetween":["String"],"DescriptionIn":["String"],"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":[{"SetNo":"String","PostDateTime":"0001-01-01T00:00:00.0000000","Source":"String","SourceID":"String","Description":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}