param
  1. Param Api Operations
param
  • Authorization
  • Resmi Dökümantasyon
  • Param Api Operations
    • BinSanalPos
      POST
    • IlListe
      POST
    • Kredi Kartı Saklama
      POST
    • Kredi Kartı Saklı Liste
      POST
    • MoneyPayIslemSorgulama
      POST
    • MpOrderDetailAdd
      POST
    • MpOrderDetailList
      POST
    • MPOrderDetailQuery
      POST
    • MPOrderDetailStatus
      POST
    • MPOrderDetailUpdate
      POST
    • ParamPazaryeriIzleme
      POST
    • PaymentHopi
      POST
    • PazaryeriTPAltUyeIsyeriEkleme
      POST
    • PazaryeriTPAltUyeIsyeriEklemeV2
      POST
    • PazaryeriTPAltUyeIsyeriGuncelleme
      POST
    • PazaryeriTPAltUyeIsyeriGuncellemeV2
      POST
    • PazaryeriTPAltUyeIsyeriListe
      POST
    • PazaryeriTPAltUyeIsyeriSilme
      POST
    • PazaryeriTPIptalIade
      POST
    • PazaryeriTPIslemSorgulama
      POST
    • PazaryeriTPLimitKontrol
      POST
    • PazaryeriTPSiparisDetayEkle
      POST
    • PazaryeriTPSiparisOnay
      POST
    • PosPluginBildirim
      POST
    • SHA2B64
      POST
    • TPIslemCheckout
      POST
    • TPIslemCheckoutOdemeWNS
      POST
    • TPIslemCheckoutSK
      POST
    • TPIslemDekontGonder
      POST
    • TPIslemIptalIade
      POST
    • TPIslemIptalIade2
      POST
    • TPIslemIptalIadeKismi
      POST
    • TPIslemIptalIadeKismi2
      POST
    • TPIslemIptalIadeKismi3
      POST
    • TPIslemIptalIadeKismi4
      POST
    • TPIslemIptalIadeKismiWP
      POST
    • TPIslemIptalOnProv
      POST
    • TPIslemIzleme
      POST
    • TPIslemOdeme
      POST
    • TPIslemOdemeBKM
      POST
    • TPIslemOdemeOnProv
      POST
    • TPIslemOdemeOnProvKapa
      POST
    • TPIslemOdemeOnProvWKS
      POST
    • TPIslemOdemeOnProvWMD
      POST
    • TPIslemOdemeWD
      POST
    • TPIslemOdemeWKS
      POST
    • TPIslemOdemeWNS
      POST
    • TPIslemSorgulama
      POST
    • TPIslemSorgulama4
      POST
    • TPIslemSorgulama5
      POST
    • TPIslemSorgulama6
      POST
    • TPIslemSorgulamaWP
      POST
    • TPKKVerify
      POST
    • TPModalPayment
      POST
    • TPMultiplePayment
      POST
    • TPMultiplePaymentStatus
      POST
    • TPMutabakatDetay
      POST
    • TPMutabakatOzet
      POST
    • TPOzelOranListe
      POST
    • TPOzelOranSKGuncelle
      POST
    • TPOzelOranSKListe
      POST
    • TPWMDPay
      POST
    • TPWMDUCD
      POST
    • TPWMDUCDPuan
      POST
    • TPWMDUCDv2
      POST
    • TPWMDUCDWP
      POST
    • VadeliIslemIzleme
      POST
  • Authentication
    • Authorize Param
  1. Param Api Operations

TPOzelOranSKGuncelle

POST
/paramapi/TPOzelOranSKGuncelle

Request

Body Params application/json
guid
string  | null 
optional
ozel_Oran_SK_ID
string  | null 
optional
mO_1
string  | null 
optional
mO_2
string  | null 
optional
mO_3
string  | null 
optional
mO_4
string  | null 
optional
mO_5
string  | null 
optional
mO_6
string  | null 
optional
mO_7
string  | null 
optional
mO_8
string  | null 
optional
mO_9
string  | null 
optional
mO_10
string  | null 
optional
mO_11
string  | null 
optional
mO_12
string  | null 
optional
Example
{
    "guid": "string",
    "ozel_Oran_SK_ID": "string",
    "mO_1": "string",
    "mO_2": "string",
    "mO_3": "string",
    "mO_4": "string",
    "mO_5": "string",
    "mO_6": "string",
    "mO_7": "string",
    "mO_8": "string",
    "mO_9": "string",
    "mO_10": "string",
    "mO_11": "string",
    "mO_12": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testapi.flyp.com.tr/paramapi/TPOzelOranSKGuncelle' \
--header 'Content-Type: application/json' \
--data-raw '{
    "guid": "string",
    "ozel_Oran_SK_ID": "string",
    "mO_1": "string",
    "mO_2": "string",
    "mO_3": "string",
    "mO_4": "string",
    "mO_5": "string",
    "mO_6": "string",
    "mO_7": "string",
    "mO_8": "string",
    "mO_9": "string",
    "mO_10": "string",
    "mO_11": "string",
    "mO_12": "string"
}'

Responses

🟢200OK
application/json
OK
Body
object {0}
Example
{}
Modified at 2024-12-31 08:36:35
Previous
TPOzelOranListe
Next
TPOzelOranSKListe
Built with