| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RecID | query | string | No | |
| RecIDStartsWith | query | string | No | |
| RecIDEndsWith | query | string | No | |
| RecIDContains | query | string | No | |
| RecIDLike | query | string | No | |
| RecIDBetween | query | string[] | No | |
| RecIDIn | query | string[] | No | |
| Parent_RecID | query | string | No | |
| Parent_RecIDStartsWith | query | string | No | |
| Parent_RecIDEndsWith | query | string | No | |
| Parent_RecIDContains | query | string | No | |
| Parent_RecIDLike | query | string | No | |
| Parent_RecIDBetween | query | string[] | No | |
| Parent_RecIDIn | query | string[] | No | |
| IN_SOH_LinkID | query | string | No | |
| IN_SOH_LinkIDStartsWith | query | string | No | |
| IN_SOH_LinkIDEndsWith | query | string | No | |
| IN_SOH_LinkIDContains | query | string | No | |
| IN_SOH_LinkIDLike | query | string | No | |
| IN_SOH_LinkIDBetween | query | string[] | No | |
| IN_SOH_LinkIDIn | query | string[] | No | |
| Cost | query | decimal? | No | |
| CostGreaterThanOrEqualTo | query | decimal? | No | |
| CostGreaterThan | query | decimal? | No | |
| CostLessThan | query | decimal? | No | |
| CostLessThanOrEqualTo | query | decimal? | No | |
| CostNotEqualTo | query | decimal? | No | |
| CostBetween | query | decimal[] | No | |
| CostIn | query | decimal[] | No | |
| SpecialPrice | query | decimal? | No | |
| SpecialPriceGreaterThanOrEqualTo | query | decimal? | No | |
| SpecialPriceGreaterThan | query | decimal? | No | |
| SpecialPriceLessThan | query | decimal? | No | |
| SpecialPriceLessThanOrEqualTo | query | decimal? | No | |
| SpecialPriceNotEqualTo | query | decimal? | No | |
| SpecialPriceBetween | query | decimal[] | No | |
| SpecialPriceIn | query | decimal[] | No | |
| Quantity | query | decimal? | No | |
| QuantityGreaterThanOrEqualTo | query | decimal? | No | |
| QuantityGreaterThan | query | decimal? | No | |
| QuantityLessThan | query | decimal? | No | |
| QuantityLessThanOrEqualTo | query | decimal? | No | |
| QuantityNotEqualTo | query | decimal? | No | |
| QuantityBetween | query | decimal[] | No | |
| QuantityIn | query | decimal[] | No | |
| SerialNo | query | string | No | |
| SerialNoStartsWith | query | string | No | |
| SerialNoEndsWith | query | string | No | |
| SerialNoContains | query | string | No | |
| SerialNoLike | query | string | No | |
| SerialNoBetween | query | string[] | No | |
| SerialNoIn | query | string[] | No | |
| ExpiryDate | query | DateTime? | No | |
| ExpiryDateGreaterThanOrEqualTo | query | DateTime? | No | |
| ExpiryDateGreaterThan | query | DateTime? | No | |
| ExpiryDateLessThan | query | DateTime? | No | |
| ExpiryDateLessThanOrEqualTo | query | DateTime? | No | |
| ExpiryDateNotEqualTo | query | DateTime? | No | |
| ExpiryDateBetween | query | Nullable<DateTime>[] | No | |
| ExpiryDateIn | query | Nullable<DateTime>[] | No | |
| BinLocation | query | string | No | |
| BinLocationStartsWith | query | string | No | |
| BinLocationEndsWith | query | string | No | |
| BinLocationContains | query | string | No | |
| BinLocationLike | query | string | No | |
| BinLocationBetween | query | string[] | No | |
| BinLocationIn | query | string[] | No | |
| LastSavedDateTime | query | DateTime? | No | |
| LastSavedDateTimeGreaterThanOrEqualTo | query | DateTime? | No | |
| LastSavedDateTimeGreaterThan | query | DateTime? | No | |
| LastSavedDateTimeLessThan | query | DateTime? | No | |
| LastSavedDateTimeLessThanOrEqualTo | query | DateTime? | No | |
| LastSavedDateTimeNotEqualTo | query | DateTime? | No | |
| LastSavedDateTimeBetween | query | Nullable<DateTime>[] | No | |
| LastSavedDateTimeIn | query | Nullable<DateTime>[] | No | |
| RowHash | query | byte[] | No | |
| ItemNo | query | int? | No | |
| ItemNoGreaterThanOrEqualTo | query | int? | No | |
| ItemNoGreaterThan | query | int? | No | |
| ItemNoLessThan | query | int? | No | |
| ItemNoLessThanOrEqualTo | query | int? | No | |
| ItemNoNotEqualTo | query | int? | No | |
| ItemNoBetween | query | int[] | No | |
| ItemNoIn | query | int[] | 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 |
|---|---|---|---|---|
| RecID | form | string | No | |
| Parent_RecID | form | string | No | |
| IN_SOH_LinkID | form | string | No | |
| Cost | form | decimal | No | |
| SpecialPrice | form | decimal | No | |
| Quantity | form | decimal | No | |
| SerialNo | form | string | No | |
| ExpiryDate | form | DateTime? | No | |
| BinLocation | form | string | No | |
| LastSavedDateTime | form | DateTime? | No | |
| RowHash | form | byte[] | No | |
| ItemNo | form | int | 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/RA_RequestLineDetailsQuery HTTP/1.1
Host: localhost
Accept: application/json
Content-Type: application/json
Content-Length: length
{"RecID":"String","RecIDStartsWith":"String","RecIDEndsWith":"String","RecIDContains":"String","RecIDLike":"String","RecIDBetween":["String"],"RecIDIn":["String"],"Parent_RecID":"String","Parent_RecIDStartsWith":"String","Parent_RecIDEndsWith":"String","Parent_RecIDContains":"String","Parent_RecIDLike":"String","Parent_RecIDBetween":["String"],"Parent_RecIDIn":["String"],"IN_SOH_LinkID":"String","IN_SOH_LinkIDStartsWith":"String","IN_SOH_LinkIDEndsWith":"String","IN_SOH_LinkIDContains":"String","IN_SOH_LinkIDLike":"String","IN_SOH_LinkIDBetween":["String"],"IN_SOH_LinkIDIn":["String"],"Cost":0,"CostGreaterThanOrEqualTo":0,"CostGreaterThan":0,"CostLessThan":0,"CostLessThanOrEqualTo":0,"CostNotEqualTo":0,"CostBetween":[0],"CostIn":[0],"SpecialPrice":0,"SpecialPriceGreaterThanOrEqualTo":0,"SpecialPriceGreaterThan":0,"SpecialPriceLessThan":0,"SpecialPriceLessThanOrEqualTo":0,"SpecialPriceNotEqualTo":0,"SpecialPriceBetween":[0],"SpecialPriceIn":[0],"Quantity":0,"QuantityGreaterThanOrEqualTo":0,"QuantityGreaterThan":0,"QuantityLessThan":0,"QuantityLessThanOrEqualTo":0,"QuantityNotEqualTo":0,"QuantityBetween":[0],"QuantityIn":[0],"SerialNo":"String","SerialNoStartsWith":"String","SerialNoEndsWith":"String","SerialNoContains":"String","SerialNoLike":"String","SerialNoBetween":["String"],"SerialNoIn":["String"],"ExpiryDate":"0001-01-01T00:00:00.0000000","ExpiryDateGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","ExpiryDateGreaterThan":"0001-01-01T00:00:00.0000000","ExpiryDateLessThan":"0001-01-01T00:00:00.0000000","ExpiryDateLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","ExpiryDateNotEqualTo":"0001-01-01T00:00:00.0000000","ExpiryDateBetween":["0001-01-01T00:00:00.0000000"],"ExpiryDateIn":["0001-01-01T00:00:00.0000000"],"BinLocation":"String","BinLocationStartsWith":"String","BinLocationEndsWith":"String","BinLocationContains":"String","BinLocationLike":"String","BinLocationBetween":["String"],"BinLocationIn":["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"],"RowHash":"AA==","ItemNo":0,"ItemNoGreaterThanOrEqualTo":0,"ItemNoGreaterThan":0,"ItemNoLessThan":0,"ItemNoLessThanOrEqualTo":0,"ItemNoNotEqualTo":0,"ItemNoBetween":[0],"ItemNoIn":[0],"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","Parent_RecID":"String","IN_SOH_LinkID":"String","SerialNo":"String","ExpiryDate":"0001-01-01T00:00:00.0000000","BinLocation":"String","LastSavedDateTime":"0001-01-01T00:00:00.0000000","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"}}}