ApexERPHost

<back to all web services

GetExtDisOrderRequests

Requires Authentication
The following routes are available for this service:
GET/Warehousing/Distribution/External/Requests/View
GET/Warehousing/Distribution/External/Requests/View/{RequestId}
GetExtDisOrderRequests Parameters:
NameParameterData TypeRequiredDescription
RequestIdpathint?No
D1queryDateTime?No
D2queryDateTime?No
GetExtDisOrderRequestsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ExternalRequestView>No
ExternalRequestView Parameters:
NameParameterData TypeRequiredDescription
orderbidformintNo
orderidformGuidNo
crformstringNo
statusformbyteNo
docs_idformstringNo
oNumformintNo
dbformstringNo
odateformDateTimeNo
rdateformDateTime?No
presaleridformintNo
otypeformbyteNo
crtimeformDateTimeNo
noteformstringNo
numberinformstringNo
btypeformbyteNo
VehiclesNumberformstringNo
printnformstringNo
amountformdecimal?No
request_idformintNo
request_statusformintNo
request_typeformintNo

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/Distribution/External/Requests/View 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: 
	[
		{
			orderbid: 0,
			orderid: 00000000000000000000000000000000,
			cr: String,
			status: 0,
			docs_id: String,
			oNum: 0,
			db: String,
			odate: 0001-01-01,
			rdate: 0001-01-01,
			presalerid: 0,
			otype: 0,
			crtime: 0001-01-01,
			note: String,
			numberin: String,
			btype: 0,
			VehiclesNumber: String,
			printn: String,
			amount: 0,
			request_id: 0,
			request_status: 0,
			request_type: 0
		}
	]
}