| 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 | |
| BM_Stages_RecID | query | string | No | |
| BM_Stages_RecIDStartsWith | query | string | No | |
| BM_Stages_RecIDEndsWith | query | string | No | |
| BM_Stages_RecIDContains | query | string | No | |
| BM_Stages_RecIDLike | query | string | No | |
| BM_Stages_RecIDBetween | query | string[] | No | |
| BM_Stages_RecIDIn | query | string[] | 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 | |
| InventoryID | query | string | No | |
| InventoryIDStartsWith | query | string | No | |
| InventoryIDEndsWith | query | string | No | |
| InventoryIDContains | query | string | No | |
| InventoryIDLike | query | string | No | |
| InventoryIDBetween | query | string[] | No | |
| InventoryIDIn | query | string[] | No | |
| IsRatio | query | bool? | 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 | |
| Note | query | string | No | |
| NoteStartsWith | query | string | No | |
| NoteEndsWith | query | string | No | |
| NoteContains | query | string | No | |
| NoteLike | query | string | No | |
| NoteBetween | query | string[] | No | |
| NoteIn | query | string[] | No | |
| SubAssembly | query | string | No | |
| SubAssemblyStartsWith | query | string | No | |
| SubAssemblyEndsWith | query | string | No | |
| SubAssemblyContains | query | string | No | |
| SubAssemblyLike | query | string | No | |
| SubAssemblyBetween | query | string[] | No | |
| SubAssemblyIn | query | string[] | No | |
| SubAssemblyExplodePolicy | query | byte? | No | |
| SubAssemblyExplodePolicyGreaterThanOrEqualTo | query | byte? | No | |
| SubAssemblyExplodePolicyGreaterThan | query | byte? | No | |
| SubAssemblyExplodePolicyLessThan | query | byte? | No | |
| SubAssemblyExplodePolicyLessThanOrEqualTo | query | byte? | No | |
| SubAssemblyExplodePolicyNotEqualTo | query | byte? | No | |
| SubAssemblyExplodePolicyBetween | query | byte[] | No | |
| SubAssemblyExplodePolicyIn | query | byte[] | No | |
| RowHash | query | byte[] | 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 | |
| BM_Stages_RecID | form | string | No | |
| ItemNo | form | int | No | |
| InventoryID | form | string | No | |
| IsRatio | form | bool | No | |
| Quantity | form | decimal | No | |
| Note | form | string | No | |
| SubAssembly | form | string | No | |
| SubAssemblyExplodePolicy | form | byte | No | |
| RowHash | form | byte[] | 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/BM_InputsQuery 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"],"BM_Stages_RecID":"String","BM_Stages_RecIDStartsWith":"String","BM_Stages_RecIDEndsWith":"String","BM_Stages_RecIDContains":"String","BM_Stages_RecIDLike":"String","BM_Stages_RecIDBetween":["String"],"BM_Stages_RecIDIn":["String"],"ItemNo":0,"ItemNoGreaterThanOrEqualTo":0,"ItemNoGreaterThan":0,"ItemNoLessThan":0,"ItemNoLessThanOrEqualTo":0,"ItemNoNotEqualTo":0,"ItemNoBetween":[0],"ItemNoIn":[0],"InventoryID":"String","InventoryIDStartsWith":"String","InventoryIDEndsWith":"String","InventoryIDContains":"String","InventoryIDLike":"String","InventoryIDBetween":["String"],"InventoryIDIn":["String"],"IsRatio":false,"Quantity":0,"QuantityGreaterThanOrEqualTo":0,"QuantityGreaterThan":0,"QuantityLessThan":0,"QuantityLessThanOrEqualTo":0,"QuantityNotEqualTo":0,"QuantityBetween":[0],"QuantityIn":[0],"Note":"String","NoteStartsWith":"String","NoteEndsWith":"String","NoteContains":"String","NoteLike":"String","NoteBetween":["String"],"NoteIn":["String"],"SubAssembly":"String","SubAssemblyStartsWith":"String","SubAssemblyEndsWith":"String","SubAssemblyContains":"String","SubAssemblyLike":"String","SubAssemblyBetween":["String"],"SubAssemblyIn":["String"],"SubAssemblyExplodePolicy":0,"SubAssemblyExplodePolicyGreaterThanOrEqualTo":0,"SubAssemblyExplodePolicyGreaterThan":0,"SubAssemblyExplodePolicyLessThan":0,"SubAssemblyExplodePolicyLessThanOrEqualTo":0,"SubAssemblyExplodePolicyNotEqualTo":0,"SubAssemblyExplodePolicyBetween":"AA==","SubAssemblyExplodePolicyIn":"AA==","RowHash":"AA==","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","BM_Stages_RecID":"String","InventoryID":"String","Note":"String","SubAssembly":"String","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"}}}