POST api/PatentOnArastirmaFormu/degerlendirme-kriteri/{UserID}/{OnArastirmaNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
|
| OnArastirmaNo | string |
None. |
Body Parameters
SP_PatentVekiliOnArastirmaRaporuListe_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| OnArastirmaTanimiAdi | string |
None. |
|
| OnArastirmaNo | integer |
None. |
|
| PatentVekiliOnArastirmaFormNo | integer |
None. |
|
| PatentOnArastirmaTanimiNo | integer |
None. |
|
| OnArastirmaDurum | integer |
None. |
|
| OnArastirmaAciklama | string |
None. |
|
| OnArastirmaCheck | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnArastirmaTanimiAdi": "sample string 1",
"OnArastirmaNo": 2,
"PatentVekiliOnArastirmaFormNo": 3,
"PatentOnArastirmaTanimiNo": 4,
"OnArastirmaDurum": 5,
"OnArastirmaAciklama": "sample string 6",
"OnArastirmaCheck": 7
}
text/html
Sample:
{"OnArastirmaTanimiAdi":"sample string 1","OnArastirmaNo":2,"PatentVekiliOnArastirmaFormNo":3,"PatentOnArastirmaTanimiNo":4,"OnArastirmaDurum":5,"OnArastirmaAciklama":"sample string 6","OnArastirmaCheck":7}
application/xml, text/xml
Sample:
<SP_PatentVekiliOnArastirmaRaporuListe_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FSMH.Data"> <OnArastirmaAciklama>sample string 6</OnArastirmaAciklama> <OnArastirmaCheck>7</OnArastirmaCheck> <OnArastirmaDurum>5</OnArastirmaDurum> <OnArastirmaNo>2</OnArastirmaNo> <OnArastirmaTanimiAdi>sample string 1</OnArastirmaTanimiAdi> <PatentOnArastirmaTanimiNo>4</PatentOnArastirmaTanimiNo> <PatentVekiliOnArastirmaFormNo>3</PatentVekiliOnArastirmaFormNo> </SP_PatentVekiliOnArastirmaRaporuListe_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperasyonSonucBelgesi| Name | Description | Type | Additional information |
|---|---|---|---|
| KayitNo | integer |
None. |
|
| Aciklama | string |
None. |
|
| Durum | boolean |
None. |
|
| MesajKodu | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"KayitNo": 1,
"Aciklama": "sample string 1",
"Durum": true,
"MesajKodu": "sample string 2"
}
text/html
Sample:
{"KayitNo":1,"Aciklama":"sample string 1","Durum":true,"MesajKodu":"sample string 2"}
application/xml, text/xml
Sample:
<OperasyonSonucBelgesi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FSMH.Data"> <Aciklama>sample string 1</Aciklama> <Durum>true</Durum> <KayitNo>1</KayitNo> <MesajKodu>sample string 2</MesajKodu> </OperasyonSonucBelgesi>