ApexERPHost

<back to all web services

SaveLogisticsSchedule

Requires Authentication
The following routes are available for this service:
POST/Warehousing/LogisticsSchedule
SaveLogisticsSchedule Parameters:
NameParameterData TypeRequiredDescription
SchedulebodyLogisticsScheduleNo
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
SaveLogisticsScheduleResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
NewScheduleIdformint?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

HTTP + JSON

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

POST /Warehousing/LogisticsSchedule HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"Schedule":{"ScheduleID":0,"ScheduleType":0,"ScheduleDateSt":"\/Date(-62135596800000-0000)\/","ScheduleDateEn":"\/Date(-62135596800000-0000)\/","ScheduleString":"String","MinDeliveryTime":"\/Date(-62135596800000-0000)\/","MaxDeliveryTime":"\/Date(-62135596800000-0000)\/","DeliveryDayAdd":0,"br":0,"Acc":"String","Spend":false,"Acc_nu":"String","Brname":"String","cUser":"String","Comment":"String","category_id":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"NewScheduleId":0}