POST HediyeKart/Kazanim
Request Information
URI Parameters
None.
Body Parameters
HediyeKartKazanimIstek| Name | Description | Type | Additional information |
|---|---|---|---|
| skb | ServisKullaniciBilgileri |
None. |
|
| musteriId | integer |
None. |
|
| kampanyaId | integer |
None. |
|
| hediyeKartId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skb": {
"KullaniciAdi": "sample string 1",
"Sifresi": "sample string 2",
"FirmaBilgi": 3
},
"musteriId": 1,
"kampanyaId": 2,
"hediyeKartId": 3
}
application/xml, text/xml
Sample:
<HediyeKartKazanimIstek xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Loyalty.Dto.Integration">
<hediyeKartId>3</hediyeKartId>
<kampanyaId>2</kampanyaId>
<musteriId>1</musteriId>
<skb>
<FirmaBilgi>3</FirmaBilgi>
<KullaniciAdi>sample string 1</KullaniciAdi>
<Sifresi>sample string 2</Sifresi>
</skb>
</HediyeKartKazanimIstek>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServisSonucResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<ServisSonuc xmlns="http://schemas.datacontract.org/2004/07/Loyalty.Dto.Enums">Basarili</ServisSonuc>