Skip to main content
GET
/
customer
/
{organizationId}
/
get-by-organization
Get Customer By Organization Id
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"
  }
}

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Path Parameters

organizationId
integer<int64>
required

organizationId

Response

Successful Operation.

A customer is who buying product and services.

id
string
Example:

"154613"

name
string
Example:

"D** Y**"

contactMedium
ContactMedium · object[]
engagedParty
RelatedParty · object

Related Entity reference. A related party defines party or party role linked to a specific entity.