BPAPI Methods
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
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