Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceSetCustomerDynamicAttribute Method

Associate a dynamic attribute and a value with the customer having the customernumber

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomerDynamicAttribute SetCustomerDynamicAttribute(
	int customerNumber,
	int dynamicAttributeId,
	string value
)

Parameters

customerNumber  Int32
The number for the customer
dynamicAttributeId  Int32
The dynamic attribute id
value  String
The value

Return Value

InfoWebCustomerDynamicAttribute
Returns the created/edited InfoWebCustomerDynamicAttribute object with status code 00 if the dynamic attribute was created successfully.Else it returns null
See Also