POST api/Siparis/SiparisIzlemeKayitGetir
Döküman hazır değil.
İstek bilgileri
Parametreler
| Ad | Açıklama | Diğer Açıklamalar |
|---|---|---|
| oKosul | No documentation available. |
Define this parameter in the request body. |
Formatlar
application/json, text/json
Örnek:
{
"cKodHesap": "sample string 1",
"nTip": 2,
"dTarih1": "2025-12-15T11:03:12.2996753+03:00",
"dTarih2": "2025-12-15T11:03:12.2996753+03:00",
"cTarih1": "sample string 5",
"cTarih2": "sample string 6",
"nKodSiparisler": 7,
"lTarihArama": true
}
application/xml, text/xml
Örnek:
<SiparisIzlemeKayitGetirKosulModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models"> <cKodHesap>sample string 1</cKodHesap> <cTarih1>sample string 5</cTarih1> <cTarih2>sample string 6</cTarih2> <dTarih1>2025-12-15T11:03:12.2996753+03:00</dTarih1> <dTarih2>2025-12-15T11:03:12.2996753+03:00</dTarih2> <lTarihArama>true</lTarihArama> <nKodSiparisler>7</nKodSiparisler> <nTip>2</nTip> </SiparisIzlemeKayitGetirKosulModel>
application/x-www-form-urlencoded
Örnek:
Örnek hazır değil.
Dönüş Bilgileri
Dönüş formatları
application/json, text/json
Örnek:
{
"lResult": true,
"cMessage": "sample string 2",
"oReturnObject": {},
"nResultCount": 4,
"cErrorType": "sample string 5",
"cLink": "sample string 6"
}
application/xml, text/xml
Örnek:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models"> <cErrorType>sample string 5</cErrorType> <cLink>sample string 6</cLink> <cMessage>sample string 2</cMessage> <lResult>true</lResult> <nResultCount>4</nResultCount> <oReturnObject /> </ResultModel>