BPAPI Methods

Example details for BPAPI method Customer/AddPropertySimple

Example details for Customer/AddPropertySimple

Syntax variant 1 (preferred REST-format): Customer/AddPropertySimple/{registration_id}/{property_name}/{value}/

Syntax variant 2 (traditional query-string): Customer/AddPropertySimple?registration_id={registration_id}&property_name={property_name}&value={value}


Examples of data returned

DataComment
data.Data.scalar_result 


GET, syntax 1 (preferred REST-format):
Customer/AddPropertySimple/ab1234cd/last_name/test/


GET, syntax 2 (traditional query-string):
Customer/AddPropertySimple?registration_id=ab1234cd&property_name=last_name&value=test


POST, traditional











Bulk usage interface

Documentation and tests automatically generated from source-code 2025-12-06 05:04