ApexERPHost

<back to all web services

GetTfWhOrders

Requires Authentication
The following routes are available for this service:
GET/Warehousing/GetTfWhOrders
GetTfWhOrders Parameters:
NameParameterData TypeRequiredDescription
D1queryDateTimeNo
D2queryDateTimeNo
DSqueryboolNo
DBquerystringNo
CRquerystringNo
STqueryint?No
GetTfWhOrdersResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<TfWhOrders>No
TfWhOrders Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
DbformstringNo
CrformstringNo
ODateformDateTimeNo
RDateformDateTimeNo
OStatusformintNo
DbAddressformstringNo
CrAddressformstringNo
CarModelformstringNo
CarNumberformstringNo
DriverSNformstringNo
DriverNameformstringNo
CUserformstringNo
CRTimeformDateTimeNo
DocsIdformstringNo
DbNameformstringNo
CrNameformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Warehousing/GetTfWhOrders HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Result: 
	[
		{
			Id: 0,
			Db: String,
			Cr: String,
			ODate: 0001-01-01,
			RDate: 0001-01-01,
			OStatus: 0,
			DbAddress: String,
			CrAddress: String,
			CarModel: String,
			CarNumber: String,
			DriverSN: String,
			DriverName: String,
			CUser: String,
			CRTime: 0001-01-01,
			DocsId: String,
			DbName: String,
			CrName: String
		}
	]
}