Update Mobile Phone

URL

Kartın kayıtlı telefon numarasını güncellemek için ilgili endpoint ve https metod bilgisi aşağıda verilmiştir. 3Ds sms’in geleceği telefon numarasının güncellemesini sağlar.

HTTP Method URL
POST /card/updateMobilePhone

İstek Parametreleri

Parametre Tip Zorunlu Açıklama
card_no string Evet Kart Numarası
mobile_phone string Evet Cep Telefonu (Ülke Alan Kodu İçermelidir)
corelation_id string Evet Korelasyon Id

Dönüş Parametreleri

Parametre Tip Açıklama
status int İşlem Statüsü
code string Kod
message string Mesaj
payload bool Veri

İSTEK (POST) :

{
  "card_no": "434610lbvqig0051",
  "mobile_phone": "905555555555",
  "corelation_id": "4000001489104986"
} 

YANIT:

{
  "status": 0,
  "code": "200",
  "message": "",
  "payload": true
}