ApexERPHost

<back to all web services

GetLogisticsSchedule

Requires Authentication
The following routes are available for this service:
GET/Warehousing/LogisticsSchedule
GetLogisticsSchedule Parameters:
NameParameterData TypeRequiredDescription
ScheduleIDqueryint?No
BranchIDqueryint?No
SupplierquerystringNo
GetLogisticsScheduleResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<LogisticsSchedule>No
LogisticsSchedule Parameters:
NameParameterData TypeRequiredDescription
ScheduleIDformintNo
ScheduleTypeformshortNo
ScheduleDateStformDateTime?No
ScheduleDateEnformDateTime?No
ScheduleStringformstringNo
MinDeliveryTimeformDateTime?No
MaxDeliveryTimeformDateTime?No
DeliveryDayAddformbyteNo
brformint?No
AccformstringNo
SpendformboolNo
Acc_nuformstringNo
BrnameformstringNo
cUserformstringNo
CommentformstringNo
category_idformstringNo

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/LogisticsSchedule 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: 
	[
		{
			ScheduleID: 0,
			ScheduleType: 0,
			ScheduleDateSt: 0001-01-01,
			ScheduleDateEn: 0001-01-01,
			ScheduleString: String,
			MinDeliveryTime: 0001-01-01,
			MaxDeliveryTime: 0001-01-01,
			DeliveryDayAdd: 0,
			br: 0,
			Acc: String,
			Spend: False,
			Acc_nu: String,
			Brname: String,
			cUser: String,
			Comment: String,
			category_id: String
		}
	]
}