BPAPI Methods

Example details for BPAPI method Customer/AddProperty

Example details for Customer/AddProperty

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

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


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


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


POST, traditional











Bulk usage interface

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