[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.ISupplier.UpsertSupplier(System.String,QPulseWebServices.Contracts.Data.Supplier)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
Supplier UpsertSupplier(
	string token,
	Supplier supplier
)

Parameters

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.ISupplier.UpsertSupplier(System.String,QPulseWebServices.Contracts.Data.Supplier)"]

supplier
Type: QPulseWebServices.Contracts.Data..::..Supplier

[Missing <param name="supplier"/> documentation for "M:QPulseWebServices.Contracts.Service.ISupplier.UpsertSupplier(System.String,QPulseWebServices.Contracts.Data.Supplier)"]

Return Value

Type: Supplier

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.ISupplier.UpsertSupplier(System.String,QPulseWebServices.Contracts.Data.Supplier)"]

See Also