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 .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.

POST /Trans/GetShippingMethods/ HTTP/1.1 
Host: baseservices.needion.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	DeliveryType: 0,
	ShippingMethodId: 0,
	OnlineYn: False,
	start: 0001-01-01,
	DeviceUUID: String,
	APIKey: String,
	isAdmin: False,
	Cmd: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
	}
}