POST api/Urun/UrunYorumlarEkli

Döküman hazır değil.

İstek bilgileri

Parametreler

AdAçıklamaDiğer Açıklamalar
oKosul
No documentation available.

Define this parameter in the request body.

Formatlar

application/json, text/json

Örnek:
{
  "nKodB2BYorumlar": 1,
  "cKodMal": "sample string 2",
  "nKodKullanicilar": 3,
  "nPuan": 4,
  "cKisaBaslik": "sample string 5",
  "cYorum": "sample string 6",
  "lIsimGorunsun": true,
  "nOnay": 8,
  "dTarihSaat": "2025-12-15T10:58:51.1460612+03:00",
  "dOnayTarihi": "2025-12-15T10:58:51.1460612+03:00",
  "cKullaniciOnaylayan": "sample string 11",
  "cRedNedeni": "sample string 12",
  "cFirmaAdi": "sample string 13"
}

application/xml, text/xml

Örnek:
<YorumlarModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models">
  <cFirmaAdi>sample string 13</cFirmaAdi>
  <cKisaBaslik>sample string 5</cKisaBaslik>
  <cKodMal>sample string 2</cKodMal>
  <cKullaniciOnaylayan>sample string 11</cKullaniciOnaylayan>
  <cRedNedeni>sample string 12</cRedNedeni>
  <cYorum>sample string 6</cYorum>
  <dOnayTarihi>2025-12-15T10:58:51.1460612+03:00</dOnayTarihi>
  <dTarihSaat>2025-12-15T10:58:51.1460612+03:00</dTarihSaat>
  <lIsimGorunsun>true</lIsimGorunsun>
  <nKodB2BYorumlar>1</nKodB2BYorumlar>
  <nKodKullanicilar>3</nKodKullanicilar>
  <nOnay>8</nOnay>
  <nPuan>4</nPuan>
</YorumlarModel>

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>