Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SetNo | query | string | No | |
SetNoStartsWith | query | string | No | |
SetNoEndsWith | query | string | No | |
SetNoContains | query | string | No | |
SetNoLike | query | string | No | |
SetNoBetween | query | string[] | No | |
SetNoIn | query | string[] | No | |
PostDateTime | query | DateTime? | No | |
PostDateTimeGreaterThanOrEqualTo | query | DateTime? | No | |
PostDateTimeGreaterThan | query | DateTime? | No | |
PostDateTimeLessThan | query | DateTime? | No | |
PostDateTimeLessThanOrEqualTo | query | DateTime? | No | |
PostDateTimeNotEqualTo | query | DateTime? | No | |
PostDateTimeBetween | query | Nullable<DateTime>[] | No | |
PostDateTimeIn | query | Nullable<DateTime>[] | No | |
Source | query | string | No | |
SourceStartsWith | query | string | No | |
SourceEndsWith | query | string | No | |
SourceContains | query | string | No | |
SourceLike | query | string | No | |
SourceBetween | query | string[] | No | |
SourceIn | query | string[] | No | |
SourceID | query | string | No | |
SourceIDStartsWith | query | string | No | |
SourceIDEndsWith | query | string | No | |
SourceIDContains | query | string | No | |
SourceIDLike | query | string | No | |
SourceIDBetween | query | string[] | No | |
SourceIDIn | query | string[] | No | |
SetType | query | short? | No | |
SetTypeGreaterThanOrEqualTo | query | short? | No | |
SetTypeGreaterThan | query | short? | No | |
SetTypeLessThan | query | short? | No | |
SetTypeLessThanOrEqualTo | query | short? | No | |
SetTypeNotEqualTo | query | short? | No | |
SetTypeBetween | query | short[] | No | |
SetTypeIn | query | short[] | No | |
Description | query | string | No | |
DescriptionStartsWith | query | string | No | |
DescriptionEndsWith | query | string | No | |
DescriptionContains | query | string | No | |
DescriptionLike | query | string | No | |
DescriptionBetween | query | string[] | No | |
DescriptionIn | query | string[] | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Skip | form | int? | No | |
Take | form | int? | No | |
OrderBy | form | string | No | |
OrderByDesc | form | string | No | |
Include | form | string | No | |
Fields | form | string | No | |
Meta | form | Dictionary<string, string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SetNo | form | string | No | |
PostDateTime | form | DateTime? | No | |
Source | form | string | No | |
SourceID | form | string | No | |
SetType | form | short | No | |
Description | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Offset | form | int | No | |
Total | form | int | No | |
Results | form | List<T> | No | |
Meta | form | Dictionary<string, string> | No | |
ResponseStatus | form | ResponseStatus | No |
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
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"}}}