cURL
curl --request GET \ --url https://apigw.bienport.com/api/customer/{organizationId}/get-by-organization \ --header 'Authorization: <authorization>' \ --header 'OrganizationId: <organizationid>'
{ "id": "154613", "name": "D** Y**", "contactMedium": [ { "characteristic": { "city": "ŞANLIURFA", "country": "TÜRKİYE", "phoneNumber": "905XXXXXXXXX", "socialNetworkId": "11111111111", "street1": "adres" } } ], "engagedParty": { "name": "<string>", "id": "456789" } }
Access Token
Organization ID
organizationId
Successful Operation.
A customer is who buying product and services.
"154613"
"D** Y**"
Show child attributes
Describes the contact medium characteristics that could be used to contact a party (an individual or an organization)
"ŞANLIURFA"
"TÜRKİYE"
"905XXXXXXXXX"
"11111111111"
"adres"
Related Entity reference. A related party defines party or party role linked to a specific entity.
Name of the related entity.
"456789"