POST api/Odeme/BankAsyaCekim?postData={postData}
Döküman hazır değil.
İstek bilgileri
Parametreler
| Ad | Açıklama | Diğer Açıklamalar |
|---|---|---|
| postData | No documentation available. |
Define this parameter in the request URI. |
Dönüş Bilgileri
Dönüş formatları
application/json, text/json
Örnek:
{
"AccessStatus": true,
"ReturnValue": "sample string 2"
}
application/xml, text/xml
Örnek:
<BankAsyaResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models"> <AccessStatus>true</AccessStatus> <ReturnValue>sample string 2</ReturnValue> </BankAsyaResult>