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

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.ICustomer.UpsertCustomer(System.String,QPulseWebServices.Contracts.Data.Customer)"]

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

Syntax

C#
Customer UpsertCustomer(
	string token,
	Customer customer
)

Parameters

token
Type: System..::..String

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

customer
Type: QPulseWebServices.Contracts.Data..::..Customer

[Missing <param name="customer"/> documentation for "M:QPulseWebServices.Contracts.Service.ICustomer.UpsertCustomer(System.String,QPulseWebServices.Contracts.Data.Customer)"]

Return Value

Type: Customer

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.ICustomer.UpsertCustomer(System.String,QPulseWebServices.Contracts.Data.Customer)"]

See Also