POST api/v1/values/getDebtAndCheck

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CEK_SENET_KASALARI
NameDescriptionTypeAdditional information
CSK_ID

integer

None.

CSK_KODU

string

Required

String length: inclusive between 0 and 30

CSK_ADI

string

Required

String length: inclusive between 0 and 50

UST_CSK_ID

integer

None.

ALT_CSK_SAYISI

integer

None.

CSK_SORUMLUSU

string

String length: inclusive between 0 and 30

CSK_SINIF_ID

integer

None.

OLUSTURAN

integer

None.

OLUS_TAR

date

None.

DEGISTIREN

integer

None.

DEGIS_TAR

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CSK_ID": 1,
    "CSK_KODU": "sample string 2",
    "CSK_ADI": "sample string 3",
    "UST_CSK_ID": 4,
    "ALT_CSK_SAYISI": 5,
    "CSK_SORUMLUSU": "sample string 6",
    "CSK_SINIF_ID": 1,
    "OLUSTURAN": 1,
    "OLUS_TAR": "2024-11-13T02:55:49.6959983+03:00",
    "DEGISTIREN": 1,
    "DEGIS_TAR": "2024-11-13T02:55:49.6959983+03:00"
  },
  {
    "CSK_ID": 1,
    "CSK_KODU": "sample string 2",
    "CSK_ADI": "sample string 3",
    "UST_CSK_ID": 4,
    "ALT_CSK_SAYISI": 5,
    "CSK_SORUMLUSU": "sample string 6",
    "CSK_SINIF_ID": 1,
    "OLUSTURAN": 1,
    "OLUS_TAR": "2024-11-13T02:55:49.6959983+03:00",
    "DEGISTIREN": 1,
    "DEGIS_TAR": "2024-11-13T02:55:49.6959983+03:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCEK_SENET_KASALARI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
  <CEK_SENET_KASALARI>
    <ALT_CSK_SAYISI>5</ALT_CSK_SAYISI>
    <CSK_ADI>sample string 3</CSK_ADI>
    <CSK_ID>1</CSK_ID>
    <CSK_KODU>sample string 2</CSK_KODU>
    <CSK_SINIF_ID>1</CSK_SINIF_ID>
    <CSK_SORUMLUSU>sample string 6</CSK_SORUMLUSU>
    <DEGISTIREN>1</DEGISTIREN>
    <DEGIS_TAR>2024-11-13T02:55:49.6959983+03:00</DEGIS_TAR>
    <OLUSTURAN>1</OLUSTURAN>
    <OLUS_TAR>2024-11-13T02:55:49.6959983+03:00</OLUS_TAR>
    <UST_CSK_ID>4</UST_CSK_ID>
  </CEK_SENET_KASALARI>
  <CEK_SENET_KASALARI>
    <ALT_CSK_SAYISI>5</ALT_CSK_SAYISI>
    <CSK_ADI>sample string 3</CSK_ADI>
    <CSK_ID>1</CSK_ID>
    <CSK_KODU>sample string 2</CSK_KODU>
    <CSK_SINIF_ID>1</CSK_SINIF_ID>
    <CSK_SORUMLUSU>sample string 6</CSK_SORUMLUSU>
    <DEGISTIREN>1</DEGISTIREN>
    <DEGIS_TAR>2024-11-13T02:55:49.6959983+03:00</DEGIS_TAR>
    <OLUSTURAN>1</OLUSTURAN>
    <OLUS_TAR>2024-11-13T02:55:49.6959983+03:00</OLUS_TAR>
    <UST_CSK_ID>4</UST_CSK_ID>
  </CEK_SENET_KASALARI>
</ArrayOfCEK_SENET_KASALARI>