| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| INAssemblyHistoryID | query | string | No | |
| INAssemblyHistoryIDStartsWith | query | string | No | |
| INAssemblyHistoryIDEndsWith | query | string | No | |
| INAssemblyHistoryIDContains | query | string | No | |
| INAssemblyHistoryIDLike | query | string | No | |
| INAssemblyHistoryIDBetween | query | string[] | No | |
| INAssemblyHistoryIDIn | query | string[] | No | |
| INAssemblyID | query | string | No | |
| INAssemblyIDStartsWith | query | string | No | |
| INAssemblyIDEndsWith | query | string | No | |
| INAssemblyIDContains | query | string | No | |
| INAssemblyIDLike | query | string | No | |
| INAssemblyIDBetween | query | string[] | No | |
| INAssemblyIDIn | query | string[] | No | |
| HistoryNo | query | short? | No | |
| HistoryNoGreaterThanOrEqualTo | query | short? | No | |
| HistoryNoGreaterThan | query | short? | No | |
| HistoryNoLessThan | query | short? | No | |
| HistoryNoLessThanOrEqualTo | query | short? | No | |
| HistoryNoNotEqualTo | query | short? | No | |
| HistoryNoBetween | query | short[] | No | |
| HistoryNoIn | query | short[] | No | |
| RecordDate | query | DateTime? | No | |
| RecordDateGreaterThanOrEqualTo | query | DateTime? | No | |
| RecordDateGreaterThan | query | DateTime? | No | |
| RecordDateLessThan | query | DateTime? | No | |
| RecordDateLessThanOrEqualTo | query | DateTime? | No | |
| RecordDateNotEqualTo | query | DateTime? | No | |
| RecordDateBetween | query | Nullable<DateTime>[] | No | |
| RecordDateIn | query | Nullable<DateTime>[] | No | |
| QtyAssembled | query | decimal? | No | |
| QtyAssembledGreaterThanOrEqualTo | query | decimal? | No | |
| QtyAssembledGreaterThan | query | decimal? | No | |
| QtyAssembledLessThan | query | decimal? | No | |
| QtyAssembledLessThanOrEqualTo | query | decimal? | No | |
| QtyAssembledNotEqualTo | query | decimal? | No | |
| QtyAssembledBetween | query | decimal[] | No | |
| QtyAssembledIn | query | decimal[] | No | |
| QtyBackOrd | query | decimal? | No | |
| QtyBackOrdGreaterThanOrEqualTo | query | decimal? | No | |
| QtyBackOrdGreaterThan | query | decimal? | No | |
| QtyBackOrdLessThan | query | decimal? | No | |
| QtyBackOrdLessThanOrEqualTo | query | decimal? | No | |
| QtyBackOrdNotEqualTo | query | decimal? | No | |
| QtyBackOrdBetween | query | decimal[] | No | |
| QtyBackOrdIn | query | decimal[] | No | |
| HistoryText | query | string | No | |
| HistoryTextStartsWith | query | string | No | |
| HistoryTextEndsWith | query | string | No | |
| HistoryTextContains | query | string | No | |
| HistoryTextLike | query | string | No | |
| HistoryTextBetween | query | string[] | No | |
| HistoryTextIn | query | string[] | No | |
| HistoryTotal | query | decimal? | No | |
| HistoryTotalGreaterThanOrEqualTo | query | decimal? | No | |
| HistoryTotalGreaterThan | query | decimal? | No | |
| HistoryTotalLessThan | query | decimal? | No | |
| HistoryTotalLessThanOrEqualTo | query | decimal? | No | |
| HistoryTotalNotEqualTo | query | decimal? | No | |
| HistoryTotalBetween | query | decimal[] | No | |
| HistoryTotalIn | query | decimal[] | No | |
| StartSerialNo | query | string | No | |
| StartSerialNoStartsWith | query | string | No | |
| StartSerialNoEndsWith | query | string | No | |
| StartSerialNoContains | query | string | No | |
| StartSerialNoLike | query | string | No | |
| StartSerialNoBetween | query | string[] | No | |
| StartSerialNoIn | query | string[] | No | |
| AutoIncrement | query | bool? | No | |
| ExpiryDays | query | short? | No | |
| ExpiryDaysGreaterThanOrEqualTo | query | short? | No | |
| ExpiryDaysGreaterThan | query | short? | No | |
| ExpiryDaysLessThan | query | short? | No | |
| ExpiryDaysLessThanOrEqualTo | query | short? | No | |
| ExpiryDaysNotEqualTo | query | short? | No | |
| ExpiryDaysBetween | query | Nullable<Int16>[] | No | |
| ExpiryDaysIn | query | Nullable<Int16>[] | 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 |
|---|---|---|---|---|
| INAssemblyHistoryID | form | string | No | |
| INAssemblyID | form | string | No | |
| HistoryNo | form | short | No | |
| RecordDate | form | DateTime? | No | |
| QtyAssembled | form | decimal | No | |
| QtyBackOrd | form | decimal | No | |
| HistoryText | form | string | No | |
| HistoryTotal | form | decimal | No | |
| StartSerialNo | form | string | No | |
| AutoIncrement | form | bool | No | |
| ExpiryDays | form | short? | 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 .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/IN_AssemblyHistoryQuery HTTP/1.1
Host: localhost
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"INAssemblyHistoryID":"String","INAssemblyHistoryIDStartsWith":"String","INAssemblyHistoryIDEndsWith":"String","INAssemblyHistoryIDContains":"String","INAssemblyHistoryIDLike":"String","INAssemblyHistoryIDBetween":["String"],"INAssemblyHistoryIDIn":["String"],"INAssemblyID":"String","INAssemblyIDStartsWith":"String","INAssemblyIDEndsWith":"String","INAssemblyIDContains":"String","INAssemblyIDLike":"String","INAssemblyIDBetween":["String"],"INAssemblyIDIn":["String"],"HistoryNo":0,"HistoryNoGreaterThanOrEqualTo":0,"HistoryNoGreaterThan":0,"HistoryNoLessThan":0,"HistoryNoLessThanOrEqualTo":0,"HistoryNoNotEqualTo":0,"HistoryNoBetween":[0],"HistoryNoIn":[0],"RecordDate":"0001-01-01T00:00:00.0000000","RecordDateGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","RecordDateGreaterThan":"0001-01-01T00:00:00.0000000","RecordDateLessThan":"0001-01-01T00:00:00.0000000","RecordDateLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","RecordDateNotEqualTo":"0001-01-01T00:00:00.0000000","RecordDateBetween":["0001-01-01T00:00:00.0000000"],"RecordDateIn":["0001-01-01T00:00:00.0000000"],"QtyAssembled":0,"QtyAssembledGreaterThanOrEqualTo":0,"QtyAssembledGreaterThan":0,"QtyAssembledLessThan":0,"QtyAssembledLessThanOrEqualTo":0,"QtyAssembledNotEqualTo":0,"QtyAssembledBetween":[0],"QtyAssembledIn":[0],"QtyBackOrd":0,"QtyBackOrdGreaterThanOrEqualTo":0,"QtyBackOrdGreaterThan":0,"QtyBackOrdLessThan":0,"QtyBackOrdLessThanOrEqualTo":0,"QtyBackOrdNotEqualTo":0,"QtyBackOrdBetween":[0],"QtyBackOrdIn":[0],"HistoryText":"String","HistoryTextStartsWith":"String","HistoryTextEndsWith":"String","HistoryTextContains":"String","HistoryTextLike":"String","HistoryTextBetween":["String"],"HistoryTextIn":["String"],"HistoryTotal":0,"HistoryTotalGreaterThanOrEqualTo":0,"HistoryTotalGreaterThan":0,"HistoryTotalLessThan":0,"HistoryTotalLessThanOrEqualTo":0,"HistoryTotalNotEqualTo":0,"HistoryTotalBetween":[0],"HistoryTotalIn":[0],"StartSerialNo":"String","StartSerialNoStartsWith":"String","StartSerialNoEndsWith":"String","StartSerialNoContains":"String","StartSerialNoLike":"String","StartSerialNoBetween":["String"],"StartSerialNoIn":["String"],"AutoIncrement":false,"ExpiryDays":0,"ExpiryDaysGreaterThanOrEqualTo":0,"ExpiryDaysGreaterThan":0,"ExpiryDaysLessThan":0,"ExpiryDaysLessThanOrEqualTo":0,"ExpiryDaysNotEqualTo":0,"ExpiryDaysBetween":[0],"ExpiryDaysIn":[0],"Skip":0,"Take":0,"OrderBy":"String","OrderByDesc":"String","Include":"String","Fields":"String","Meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Results":[{"INAssemblyHistoryID":"String","INAssemblyID":"String","RecordDate":"0001-01-01T00:00:00.0000000","HistoryText":"String","StartSerialNo":"String","ExpiryDays":0}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}