Needio.Services

<back to all web services

GetShippingMethodsRequest

The following routes are available for this service:
All Verbs/Trans/GetShippingMethods/
GetShippingMethodsRequest Parameters:
NameParameterData TypeRequiredDescription
DeliveryTypequeryDeliveryTypes?No
ShippingMethodIdqueryint?No
OnlineYnquerybool?No
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
startformDateTimeNo
DeviceUUIDformstringNo
APIKeyformstringNo
isAdminformboolNo
CmdformstringNo
GetShippingMethodsResponse Parameters:
NameParameterData TypeRequiredDescription
ShippingMethodsformList<ShippingMethodDTO>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformboolNo
ResMessageformstringNo
ErrorformErrorNo
PageInfoformBasePageInfoNo
Error Parameters:
NameParameterData TypeRequiredDescription
ErrorYnformboolNo
ExYnformboolNo
ErrorCodeformstringNo
ErrorDescriptionformstringNo
BasePageInfo Parameters:
NameParameterData TypeRequiredDescription
TotalRecordCountformintNo
TotalPageCountformintNo
CurrentPageformintNo
ShippingMethodDTO Parameters:
NameParameterData TypeRequiredDescription
ShippingMethodIdformshortNo
ShippingNameformstringNo
WebUrlformstringNo
ShipingTrackingUrlformstringNo
DeliveryTypeformshortNo
RequireShipingCodeformboolNo
RequireShipingCode2formboolNo
ShippingCodeLabelformstringNo
ShippingCode2LabelformstringNo
CargoPricesformstringNo
OnlineYnformboolNo
ActiveYnformboolNo
StorePaymentYnformboolNo
BuyerPaymentYnformboolNo
DeliveryTypes Enum:
NameValue
None0
DeliveryToAddress1
DeliveryInStore2
DeliveryByCargo4
GetShippingMethodsResponse Parameters:
NameParameterData TypeRequiredDescription
ShippingMethodsformList<ShippingMethodDTO>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 /Trans/GetShippingMethods/ HTTP/1.1 
Host: baseservices.needion.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"DeliveryType":0,"ShippingMethodId":0,"OnlineYn":false,"start":"\/Date(-62135596800000-0000)\/","DeviceUUID":"String","APIKey":"String","isAdmin":false,"Cmd":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ShippingMethods":[{"ShippingMethodId":0,"ShippingName":"String","WebUrl":"String","ShipingTrackingUrl":"String","DeliveryType":0,"RequireShipingCode":false,"RequireShipingCode2":false,"ShippingCodeLabel":"String","ShippingCode2Label":"String","CargoPrices":"String","OnlineYn":false,"ActiveYn":false,"StorePaymentYn":false,"BuyerPaymentYn":false}],"Result":false,"ResMessage":"String","Error":{"ErrorYn":false,"ExYn":false,"ErrorCode":"String","ErrorDescription":"String"},"PageInfo":{"TotalRecordCount":0,"TotalPageCount":0,"CurrentPage":0}}