GET api/Customers?pLastName={pLastName}&pFirstName={pFirstName}&pPassport={pPassport}&pId={pId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pLastName

string

None.

pFirstName

string

None.

pPassport

string

None.

pId

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomersFound
NameDescriptionTypeAdditional information
cust_num

integer

None.

last_name

string

None.

first_name

string

None.

id_num

string

None.

interface_code

string

None.

pasport

string

None.

mobilephone

string

None.

homephone

string

None.

workphone

string

None.

addphone

string

None.

street

string

None.

home

integer

None.

city_name

string

None.

insurname

string

None.

business_branch_code

integer

None.

room

integer

None.

ageYears

integer

None.

sex

string

None.

business_branch_name

string

None.

born

date

None.

creation_date

date

None.

email

string

None.

age

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "cust_num": 1,
    "last_name": "sample string 2",
    "first_name": "sample string 3",
    "id_num": "sample string 4",
    "interface_code": "sample string 5",
    "pasport": "sample string 6",
    "mobilephone": "sample string 7",
    "homephone": "sample string 8",
    "workphone": "sample string 9",
    "addphone": "sample string 10",
    "street": "sample string 11",
    "home": 1,
    "city_name": "sample string 12",
    "insurname": "sample string 13",
    "business_branch_code": 1,
    "room": 1,
    "ageYears": 1,
    "sex": "sample string 14",
    "business_branch_name": "sample string 15",
    "born": "2026-04-17T15:11:26.343928+03:00",
    "creation_date": "2026-04-17T15:11:26.343928+03:00",
    "email": "sample string 16",
    "age": ""
  },
  {
    "cust_num": 1,
    "last_name": "sample string 2",
    "first_name": "sample string 3",
    "id_num": "sample string 4",
    "interface_code": "sample string 5",
    "pasport": "sample string 6",
    "mobilephone": "sample string 7",
    "homephone": "sample string 8",
    "workphone": "sample string 9",
    "addphone": "sample string 10",
    "street": "sample string 11",
    "home": 1,
    "city_name": "sample string 12",
    "insurname": "sample string 13",
    "business_branch_code": 1,
    "room": 1,
    "ageYears": 1,
    "sex": "sample string 14",
    "business_branch_name": "sample string 15",
    "born": "2026-04-17T15:11:26.343928+03:00",
    "creation_date": "2026-04-17T15:11:26.343928+03:00",
    "email": "sample string 16",
    "age": ""
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomersFound xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical">
  <CustomersFound>
    <addphone>sample string 10</addphone>
    <business_branch_code>1</business_branch_code>
    <city_name>sample string 12</city_name>
    <cust_num>1</cust_num>
    <first_name>sample string 3</first_name>
    <home>1</home>
    <homephone>sample string 8</homephone>
    <id_num>sample string 4</id_num>
    <insurname>sample string 13</insurname>
    <interface_code>sample string 5</interface_code>
    <last_name>sample string 2</last_name>
    <mobilephone>sample string 7</mobilephone>
    <pasport>sample string 6</pasport>
    <street>sample string 11</street>
    <workphone>sample string 9</workphone>
  </CustomersFound>
  <CustomersFound>
    <addphone>sample string 10</addphone>
    <business_branch_code>1</business_branch_code>
    <city_name>sample string 12</city_name>
    <cust_num>1</cust_num>
    <first_name>sample string 3</first_name>
    <home>1</home>
    <homephone>sample string 8</homephone>
    <id_num>sample string 4</id_num>
    <insurname>sample string 13</insurname>
    <interface_code>sample string 5</interface_code>
    <last_name>sample string 2</last_name>
    <mobilephone>sample string 7</mobilephone>
    <pasport>sample string 6</pasport>
    <street>sample string 11</street>
    <workphone>sample string 9</workphone>
  </CustomersFound>
</ArrayOfCustomersFound>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.