POST api/v1/values/offers?userID={userID}&page={page}&state={state}&customerName={customerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | integer |
Required |
|
| page | integer |
Required |
|
| state | integer |
Required |
|
| customerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_TEKLIFLER| Name | Description | Type | Additional information |
|---|---|---|---|
| SERI | string |
String length: inclusive between 0 and 20 |
|
| NO | integer |
None. |
|
| ALINIS_VERILIS_TARIHI | date |
None. |
|
| ACIKLAMA | string |
String length: inclusive between 0 and 120 |
|
| TOP_ISK_SONRASI | decimal number |
None. |
|
| TOP_SAT_KDV | decimal number |
None. |
|
| GENEL_TOPLAM | decimal number |
None. |
|
| OLUSTURAN | integer |
None. |
|
| MUST_KODU | string |
String length: inclusive between 0 and 30 |
|
| MUST_ADI | string |
String length: inclusive between 0 and 120 |
|
| SATIR | integer |
None. |
|
| ACIK_KAPALI | decimal number |
None. |
|
| TEKLIF_ID | integer |
None. |
|
| TOP_ISK | decimal number |
None. |
|
| TUTAR | decimal number |
None. |
|
| PERSONEL | string |
String length: inclusive between 0 and 31 |
Response Formats
application/json, text/json
Sample:
[
{
"SERI": "sample string 1",
"NO": 2,
"ALINIS_VERILIS_TARIHI": "2025-11-03T09:31:38.1278107+03:00",
"ACIKLAMA": "sample string 4",
"TOP_ISK_SONRASI": 5.0,
"TOP_SAT_KDV": 6.0,
"GENEL_TOPLAM": 1.0,
"OLUSTURAN": 1,
"MUST_KODU": "sample string 7",
"MUST_ADI": "sample string 8",
"SATIR": 1,
"ACIK_KAPALI": 9.0,
"TEKLIF_ID": 10,
"TOP_ISK": 11.0,
"TUTAR": 1.0,
"PERSONEL": "sample string 12"
},
{
"SERI": "sample string 1",
"NO": 2,
"ALINIS_VERILIS_TARIHI": "2025-11-03T09:31:38.1278107+03:00",
"ACIKLAMA": "sample string 4",
"TOP_ISK_SONRASI": 5.0,
"TOP_SAT_KDV": 6.0,
"GENEL_TOPLAM": 1.0,
"OLUSTURAN": 1,
"MUST_KODU": "sample string 7",
"MUST_ADI": "sample string 8",
"SATIR": 1,
"ACIK_KAPALI": 9.0,
"TEKLIF_ID": 10,
"TOP_ISK": 11.0,
"TUTAR": 1.0,
"PERSONEL": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_TEKLIFLER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_TEKLIFLER>
<ACIKLAMA>sample string 4</ACIKLAMA>
<ACIK_KAPALI>9</ACIK_KAPALI>
<ALINIS_VERILIS_TARIHI>2025-11-03T09:31:38.1278107+03:00</ALINIS_VERILIS_TARIHI>
<GENEL_TOPLAM>1</GENEL_TOPLAM>
<MUST_ADI>sample string 8</MUST_ADI>
<MUST_KODU>sample string 7</MUST_KODU>
<NO>2</NO>
<OLUSTURAN>1</OLUSTURAN>
<PERSONEL>sample string 12</PERSONEL>
<SATIR>1</SATIR>
<SERI>sample string 1</SERI>
<TEKLIF_ID>10</TEKLIF_ID>
<TOP_ISK>11</TOP_ISK>
<TOP_ISK_SONRASI>5</TOP_ISK_SONRASI>
<TOP_SAT_KDV>6</TOP_SAT_KDV>
<TUTAR>1</TUTAR>
</CF_TEKLIFLER>
<CF_TEKLIFLER>
<ACIKLAMA>sample string 4</ACIKLAMA>
<ACIK_KAPALI>9</ACIK_KAPALI>
<ALINIS_VERILIS_TARIHI>2025-11-03T09:31:38.1278107+03:00</ALINIS_VERILIS_TARIHI>
<GENEL_TOPLAM>1</GENEL_TOPLAM>
<MUST_ADI>sample string 8</MUST_ADI>
<MUST_KODU>sample string 7</MUST_KODU>
<NO>2</NO>
<OLUSTURAN>1</OLUSTURAN>
<PERSONEL>sample string 12</PERSONEL>
<SATIR>1</SATIR>
<SERI>sample string 1</SERI>
<TEKLIF_ID>10</TEKLIF_ID>
<TOP_ISK>11</TOP_ISK>
<TOP_ISK_SONRASI>5</TOP_ISK_SONRASI>
<TOP_SAT_KDV>6</TOP_SAT_KDV>
<TUTAR>1</TUTAR>
</CF_TEKLIFLER>
</ArrayOfCF_TEKLIFLER>