BPAPI Methods

Example details for BPAPI method Customer

Example details for Customer

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

Syntax variant 2 (traditional query-string): Customer?id={id}


Examples of data returned

DataComment
data.Data.customer.Properties.customer_id.Value 

Returns customer with customer_id 5120


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


GET, syntax 2 (traditional query-string):
Customer?id=5120






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