GetBusinessPartnerProperty | Retrieves a business partner property.
The business partner property is specified by its key (GroupCode), which is contained in the BusinessPartnerPropertyParams object passed to the method. |
GetBusinessPartnerPropertyList | Retrieves the keys and names of all the business partner properties. |
GetDataInterface | Creates an empty data structure for use with the BusinessPartnerPropertiesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
UpdateBusinessPartnerProperty | Updates an existing business partner property.
The data for the business partner property, including the key of the business partner property to be updated, is contained in the BusinessPartnerProperty object passed to the method. To update a business partner property, you must first retrieve it using the GetBusinessPartnerProperty method. |