POST v6/api_1651/cariKvkk

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultModelOftextDosya
NameDescriptionTypeAdditional information
Value

textDosya

None.

IsSuccessfull

boolean

None.

ErrorMessage

string

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": {
    "KvkkMetin": "sample string 1"
  },
  "IsSuccessfull": true,
  "ErrorMessage": "sample string 2",
  "StatusCode": 3
}

application/xml, text/xml

Sample:
<ResultModelOfmdl_1651_isbilir.textDosyamkCposzi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.CommonModels">
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessfull>true</IsSuccessfull>
  <StatusCode>3</StatusCode>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/V6.models.Yonetim.Operasyonlar">
    <d2p1:KvkkMetin>sample string 1</d2p1:KvkkMetin>
  </Value>
</ResultModelOfmdl_1651_isbilir.textDosyamkCposzi>