BPAPI Methods

Example details for BPAPI method Customer/AddProperty

Example details for Customer/AddProperty

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

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


GET, syntax 1 (preferred REST-format):
Customer/AddProperty/first_name/John/


GET, syntax 2 (traditional query-string):
Customer/AddProperty?property_name=first_name&value=John


POST, traditional











Bulk usage interface

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