POST api/teletiptetkikguncelle?kimlikNo={kimlikNo}&tetkikID={tetkikID}&cekimTarihi={cekimTarihi}&erisimNumarasi={erisimNumarasi}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| kimlikNo | string | 
                                 Required  | 
                |
| tetkikID | string | 
                                 Required  | 
                |
| cekimTarihi | date | 
                                 Required  | 
                |
| erisimNumarasi | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of SPTELETIP_TETKIKGUNCELLE_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| SUNUCKOD | integer | 
                             None.  | 
                |
| SONUCMESAJ | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "SUNUCKOD": 1,
    "SONUCMESAJ": "sample string 2"
  },
  {
    "SUNUCKOD": 1,
    "SONUCMESAJ": "sample string 2"
  }
]
        text/html
            Sample:
        
[{"SUNUCKOD":1,"SONUCMESAJ":"sample string 2"},{"SUNUCKOD":1,"SONUCMESAJ":"sample string 2"}]
        application/xml, text/xml
            Sample:
<ArrayOfSPTELETIP_TETKIKGUNCELLE_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <SPTELETIP_TETKIKGUNCELLE_Result>
    <SONUCMESAJ>sample string 2</SONUCMESAJ>
    <SUNUCKOD>1</SUNUCKOD>
  </SPTELETIP_TETKIKGUNCELLE_Result>
  <SPTELETIP_TETKIKGUNCELLE_Result>
    <SONUCMESAJ>sample string 2</SONUCMESAJ>
    <SUNUCKOD>1</SUNUCKOD>
  </SPTELETIP_TETKIKGUNCELLE_Result>
</ArrayOfSPTELETIP_TETKIKGUNCELLE_Result>