|
InfoWebXMLWebServiceSetCustomerDynamicAttribute Method |
Associate a dynamic attribute and a value with the customer having the customernumber
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- customerNumber Int32
- The number for the customer
- dynamicAttributeId Int32
- The dynamic attribute id
- value String
- The value
Return Value
InfoWebCustomerDynamicAttributeReturns the created/edited InfoWebCustomerDynamicAttribute object with status code 00 if the dynamic attribute was created successfully.Else it returns null
See Also