Click or drag to resize
IService1SaveInternetWaybillWithParcelsWithoutOwnNumbers Method
Saves an InternetWaybill (with Parcels).

Namespace: WcfService
Assembly: FRAM.WcfService (in FRAM.WcfService.dll) Version: FRAM 2.0 v2.2.5.0
Syntax
string SaveInternetWaybillWithParcelsWithoutOwnNumbers(
	AuthTicket authTicket,
	InternetWaybillModel internetWaybill
)

Parameters

authTicket
Type: FRAM.CommonLayer.ModelsAuthTicket
Authentication ticket
internetWaybill
Type: FRAM.CommonLayer.Models.FRAMInternetWaybillModel
InternetWaybill

Return Value

Type: String

[Missing <returns> documentation for "M:WcfService.IService1.SaveInternetWaybillWithParcelsWithoutOwnNumbers(FRAM.CommonLayer.Models.AuthTicket,FRAM.CommonLayer.Models.FRAM.InternetWaybillModel)"]

See Also