GET api/v1/values/customerauthorized?userID={userID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CF_MUSTERI_YETKILI
NameDescriptionTypeAdditional information
YETKILI_ID

decimal number

None.

AD

string

String length: inclusive between 0 and 101

MUSTERI_ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "YETKILI_ID": 1.0,
    "AD": "sample string 2",
    "MUSTERI_ID": 3
  },
  {
    "YETKILI_ID": 1.0,
    "AD": "sample string 2",
    "MUSTERI_ID": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfCF_MUSTERI_YETKILI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
  <CF_MUSTERI_YETKILI>
    <AD>sample string 2</AD>
    <MUSTERI_ID>3</MUSTERI_ID>
    <YETKILI_ID>1</YETKILI_ID>
  </CF_MUSTERI_YETKILI>
  <CF_MUSTERI_YETKILI>
    <AD>sample string 2</AD>
    <MUSTERI_ID>3</MUSTERI_ID>
    <YETKILI_ID>1</YETKILI_ID>
  </CF_MUSTERI_YETKILI>
</ArrayOfCF_MUSTERI_YETKILI>