Arkadaşlar, bir projede kullanmak istediğim bir servis var. Mobil operatorle ilgili.
Kullanıcıya verilen şifreyi servis kullanarak doğrulamak gerekiyor. Doğruladığı taktirde ürünün fiyatında yüzde 10 indirim yapması lazım.
bu konuda yardımcı olabilecek biri var mı acaba?
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 10:02:29 -->-> Daha önceki mesaj 09:54:20 --
We have 3 web service methods :
- Calculate
- Complete
- Cancel
- Calculate Method
* Parameters are : authentication key, identical code, terminal code, amount
* Response is complex type(CalculateResult). CalculateResult has 3 fields. CalculateStatus,discountPercent and discountedAmount.
Note : İf Calculate status is SUCCESS then discount percent and discounted Amount fields are bigger than zero. For other statuses please ignore discount percent and discounted amount fields.
- Complete Method
* Parameters are : authentication key, identical code, terminal code, payment type
* Response is LoyaltyProgramResultStatus status.
Note : Payment type is either CASH or CREDİT_CARD
- Cancel Method
* Parameters are : authentication key, identical code, terminal code, payment type
* Response is LoyaltyProgramResultStatus status.
Elimde bu var. ve bir de servis linki tabiki