GET main/KdvIdByOrani/{kdvorani}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
kdvorani

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResultOfKDVORANI
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

KDVORANI

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-15T22:36:58.7242597+03:00",
  "R": {
    "ID": 1,
    "ORAN": 2
  }
}

application/xml, text/xml

Sample:
<ApiResultOfKDVORANIFIfGy1E2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.Request">
  <DATE>2026-07-15T22:36:58.7242597+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.DTO">
    <d2p1:ID>1</d2p1:ID>
    <d2p1:ORAN>2</d2p1:ORAN>
  </R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfKDVORANIFIfGy1E2>