POST GetCustomerAddress

Request Information

URI Parameters

None.

Body Parameters

RequestGetAddress
NameDescriptionTypeAdditional information
YonlendirmeAdi

string

None.

MusteriId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "YonlendirmeAdi": "sample string 1",
  "MusteriId": 2
}

application/xml, text/xml

Sample:
<RequestGetAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request">
  <MusteriId>2</MusteriId>
  <YonlendirmeAdi>sample string 1</YonlendirmeAdi>
</RequestGetAddress>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ResultGetAddress
NameDescriptionTypeAdditional information
Id

integer

None.

Ad

string

None.

Soyad

string

None.

Eposta

string

None.

AdresTuru

string

None.

AdresBaslik

string

None.

Telefon

string

None.

Telefon2

string

None.

Semt

integer

None.

Adres

string

None.

AdresTarif

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Ad": "sample string 2",
    "Soyad": "sample string 3",
    "Eposta": "sample string 4",
    "AdresTuru": "sample string 5",
    "AdresBaslik": "sample string 6",
    "Telefon": "sample string 7",
    "Telefon2": "sample string 8",
    "Semt": 9,
    "Adres": "sample string 10",
    "AdresTarif": "sample string 11"
  },
  {
    "Id": 1,
    "Ad": "sample string 2",
    "Soyad": "sample string 3",
    "Eposta": "sample string 4",
    "AdresTuru": "sample string 5",
    "AdresBaslik": "sample string 6",
    "Telefon": "sample string 7",
    "Telefon2": "sample string 8",
    "Semt": 9,
    "Adres": "sample string 10",
    "AdresTarif": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfResultGetAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Result">
  <ResultGetAddress>
    <Ad>sample string 2</Ad>
    <Adres>sample string 10</Adres>
    <AdresBaslik>sample string 6</AdresBaslik>
    <AdresTarif>sample string 11</AdresTarif>
    <AdresTuru>sample string 5</AdresTuru>
    <Eposta>sample string 4</Eposta>
    <Id>1</Id>
    <Semt>9</Semt>
    <Soyad>sample string 3</Soyad>
    <Telefon>sample string 7</Telefon>
    <Telefon2>sample string 8</Telefon2>
  </ResultGetAddress>
  <ResultGetAddress>
    <Ad>sample string 2</Ad>
    <Adres>sample string 10</Adres>
    <AdresBaslik>sample string 6</AdresBaslik>
    <AdresTarif>sample string 11</AdresTarif>
    <AdresTuru>sample string 5</AdresTuru>
    <Eposta>sample string 4</Eposta>
    <Id>1</Id>
    <Semt>9</Semt>
    <Soyad>sample string 3</Soyad>
    <Telefon>sample string 7</Telefon>
    <Telefon2>sample string 8</Telefon2>
  </ResultGetAddress>
</ArrayOfResultGetAddress>