| 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 | |
| BatchNo | query | string | No | |
| BatchNoStartsWith | query | string | No | |
| BatchNoEndsWith | query | string | No | |
| BatchNoContains | query | string | No | |
| BatchNoLike | query | string | No | |
| BatchNoBetween | query | string[] | No | |
| BatchNoIn | query | string[] | No | |
| IN_LogicalID | query | string | No | |
| IN_LogicalIDStartsWith | query | string | No | |
| IN_LogicalIDEndsWith | query | string | No | |
| IN_LogicalIDContains | query | string | No | |
| IN_LogicalIDLike | query | string | No | |
| IN_LogicalIDBetween | query | string[] | No | |
| IN_LogicalIDIn | query | string[] | No | |
| CreatedByStaffID | query | string | No | |
| CreatedByStaffIDStartsWith | query | string | No | |
| CreatedByStaffIDEndsWith | query | string | No | |
| CreatedByStaffIDContains | query | string | No | |
| CreatedByStaffIDLike | query | string | No | |
| CreatedByStaffIDBetween | query | string[] | No | |
| CreatedByStaffIDIn | query | string[] | No | |
| CreatedDateTime | query | DateTime? | No | |
| CreatedDateTimeGreaterThanOrEqualTo | query | DateTime? | No | |
| CreatedDateTimeGreaterThan | query | DateTime? | No | |
| CreatedDateTimeLessThan | query | DateTime? | No | |
| CreatedDateTimeLessThanOrEqualTo | query | DateTime? | No | |
| CreatedDateTimeNotEqualTo | query | DateTime? | No | |
| CreatedDateTimeBetween | query | DateTime[] | No | |
| CreatedDateTimeIn | query | DateTime[] | No | |
| LastModifiedByStaffID | query | string | No | |
| LastModifiedByStaffIDStartsWith | query | string | No | |
| LastModifiedByStaffIDEndsWith | query | string | No | |
| LastModifiedByStaffIDContains | query | string | No | |
| LastModifiedByStaffIDLike | query | string | No | |
| LastModifiedByStaffIDBetween | query | string[] | No | |
| LastModifiedByStaffIDIn | 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 | DateTime[] | No | |
| LastSavedDateTimeIn | query | DateTime[] | No | |
| BatchStatus | query | byte? | No | |
| BatchStatusGreaterThanOrEqualTo | query | byte? | No | |
| BatchStatusGreaterThan | query | byte? | No | |
| BatchStatusLessThan | query | byte? | No | |
| BatchStatusLessThanOrEqualTo | query | byte? | No | |
| BatchStatusNotEqualTo | query | byte? | No | |
| BatchStatusBetween | query | byte[] | No | |
| BatchStatusIn | query | byte[] | No | |
| ReOrderMonth | query | byte? | No | |
| ReOrderMonthGreaterThanOrEqualTo | query | byte? | No | |
| ReOrderMonthGreaterThan | query | byte? | No | |
| ReOrderMonthLessThan | query | byte? | No | |
| ReOrderMonthLessThanOrEqualTo | query | byte? | No | |
| ReOrderMonthNotEqualTo | query | byte? | No | |
| ReOrderMonthBetween | query | byte[] | No | |
| ReOrderMonthIn | query | byte[] | No | |
| IncludeDefaultSuppliersOnly | query | bool? | 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 | |
| BatchNo | form | string | No | |
| IN_LogicalID | form | string | No | |
| CreatedByStaffID | form | string | No | |
| CreatedDateTime | form | DateTime | No | |
| LastModifiedByStaffID | form | string | No | |
| LastSavedDateTime | form | DateTime | No | |
| BatchStatus | form | byte | No | |
| ReOrderMonth | form | byte | No | |
| IncludeDefaultSuppliersOnly | form | bool | 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/PO_BatchHeaderQuery 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"],"BatchNo":"String","BatchNoStartsWith":"String","BatchNoEndsWith":"String","BatchNoContains":"String","BatchNoLike":"String","BatchNoBetween":["String"],"BatchNoIn":["String"],"IN_LogicalID":"String","IN_LogicalIDStartsWith":"String","IN_LogicalIDEndsWith":"String","IN_LogicalIDContains":"String","IN_LogicalIDLike":"String","IN_LogicalIDBetween":["String"],"IN_LogicalIDIn":["String"],"CreatedByStaffID":"String","CreatedByStaffIDStartsWith":"String","CreatedByStaffIDEndsWith":"String","CreatedByStaffIDContains":"String","CreatedByStaffIDLike":"String","CreatedByStaffIDBetween":["String"],"CreatedByStaffIDIn":["String"],"CreatedDateTime":"0001-01-01T00:00:00.0000000","CreatedDateTimeGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","CreatedDateTimeGreaterThan":"0001-01-01T00:00:00.0000000","CreatedDateTimeLessThan":"0001-01-01T00:00:00.0000000","CreatedDateTimeLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","CreatedDateTimeNotEqualTo":"0001-01-01T00:00:00.0000000","CreatedDateTimeBetween":["0001-01-01T00:00:00.0000000"],"CreatedDateTimeIn":["0001-01-01T00:00:00.0000000"],"LastModifiedByStaffID":"String","LastModifiedByStaffIDStartsWith":"String","LastModifiedByStaffIDEndsWith":"String","LastModifiedByStaffIDContains":"String","LastModifiedByStaffIDLike":"String","LastModifiedByStaffIDBetween":["String"],"LastModifiedByStaffIDIn":["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"],"BatchStatus":0,"BatchStatusGreaterThanOrEqualTo":0,"BatchStatusGreaterThan":0,"BatchStatusLessThan":0,"BatchStatusLessThanOrEqualTo":0,"BatchStatusNotEqualTo":0,"BatchStatusBetween":"AA==","BatchStatusIn":"AA==","ReOrderMonth":0,"ReOrderMonthGreaterThanOrEqualTo":0,"ReOrderMonthGreaterThan":0,"ReOrderMonthLessThan":0,"ReOrderMonthLessThanOrEqualTo":0,"ReOrderMonthNotEqualTo":0,"ReOrderMonthBetween":"AA==","ReOrderMonthIn":"AA==","IncludeDefaultSuppliersOnly":false,"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","BatchNo":"String","IN_LogicalID":"String","CreatedByStaffID":"String","LastModifiedByStaffID":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}