POST api/v1/values/orders?userID={userID}&page={page}&state={state}&deliveryState={deliveryState}&customerName={customerName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userID | integer |
Required |
|
page | integer |
Required |
|
state | integer |
Required |
|
deliveryState | integer |
Required |
|
customerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_SIPARISLERName | 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 60 |
|
TOP_ISK_SONRASI | string |
String length: inclusive between 0 and 30 |
|
TOP_SAT_KDV | string |
String length: inclusive between 0 and 30 |
|
GENEL_TOPLAM | string |
String length: inclusive between 0 and 30 |
|
OLUSTURAN | integer |
None. |
|
MUST_KODU | string |
String length: inclusive between 0 and 30 |
|
MUST_ADI | string |
String length: inclusive between 0 and 50 |
|
SATIR | integer |
None. |
|
ACIK_KAPALI | decimal number |
None. |
|
TESLIMAT_DURUMU | decimal number |
None. |
|
SIPARIS_ID | integer |
None. |
|
TESLIM_TARIHI | date |
None. |
|
TOP_ISK | decimal number |
None. |
|
TUTAR | decimal number |
None. |
|
PERSONEL | string |
String length: inclusive between 0 and 31 |
|
VADE_TARIHI | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SERI": "sample string 1", "NO": 2, "ALINIS_VERILIS_TARIHI": "2024-11-13T02:55:55.0214105+03:00", "ACIKLAMA": "sample string 4", "TOP_ISK_SONRASI": "sample string 5", "TOP_SAT_KDV": "sample string 6", "GENEL_TOPLAM": "sample string 7", "OLUSTURAN": 1, "MUST_KODU": "sample string 8", "MUST_ADI": "sample string 9", "SATIR": 1, "ACIK_KAPALI": 10.0, "TESLIMAT_DURUMU": 11.0, "SIPARIS_ID": 12, "TESLIM_TARIHI": "2024-11-13T02:55:55.0214105+03:00", "TOP_ISK": 13.0, "TUTAR": 1.0, "PERSONEL": "sample string 14", "VADE_TARIHI": "2024-11-13T02:55:55.0214105+03:00" }, { "SERI": "sample string 1", "NO": 2, "ALINIS_VERILIS_TARIHI": "2024-11-13T02:55:55.0214105+03:00", "ACIKLAMA": "sample string 4", "TOP_ISK_SONRASI": "sample string 5", "TOP_SAT_KDV": "sample string 6", "GENEL_TOPLAM": "sample string 7", "OLUSTURAN": 1, "MUST_KODU": "sample string 8", "MUST_ADI": "sample string 9", "SATIR": 1, "ACIK_KAPALI": 10.0, "TESLIMAT_DURUMU": 11.0, "SIPARIS_ID": 12, "TESLIM_TARIHI": "2024-11-13T02:55:55.0214105+03:00", "TOP_ISK": 13.0, "TUTAR": 1.0, "PERSONEL": "sample string 14", "VADE_TARIHI": "2024-11-13T02:55:55.0214105+03:00" } ]
application/xml, text/xml
Sample:
<ArrayOfCF_SIPARISLER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models"> <CF_SIPARISLER> <ACIKLAMA>sample string 4</ACIKLAMA> <ACIK_KAPALI>10</ACIK_KAPALI> <ALINIS_VERILIS_TARIHI>2024-11-13T02:55:55.0214105+03:00</ALINIS_VERILIS_TARIHI> <GENEL_TOPLAM>sample string 7</GENEL_TOPLAM> <MUST_ADI>sample string 9</MUST_ADI> <MUST_KODU>sample string 8</MUST_KODU> <NO>2</NO> <OLUSTURAN>1</OLUSTURAN> <PERSONEL>sample string 14</PERSONEL> <SATIR>1</SATIR> <SERI>sample string 1</SERI> <SIPARIS_ID>12</SIPARIS_ID> <TESLIMAT_DURUMU>11</TESLIMAT_DURUMU> <TESLIM_TARIHI>2024-11-13T02:55:55.0214105+03:00</TESLIM_TARIHI> <TOP_ISK>13</TOP_ISK> <TOP_ISK_SONRASI>sample string 5</TOP_ISK_SONRASI> <TOP_SAT_KDV>sample string 6</TOP_SAT_KDV> <TUTAR>1</TUTAR> <VADE_TARIHI>2024-11-13T02:55:55.0214105+03:00</VADE_TARIHI> </CF_SIPARISLER> <CF_SIPARISLER> <ACIKLAMA>sample string 4</ACIKLAMA> <ACIK_KAPALI>10</ACIK_KAPALI> <ALINIS_VERILIS_TARIHI>2024-11-13T02:55:55.0214105+03:00</ALINIS_VERILIS_TARIHI> <GENEL_TOPLAM>sample string 7</GENEL_TOPLAM> <MUST_ADI>sample string 9</MUST_ADI> <MUST_KODU>sample string 8</MUST_KODU> <NO>2</NO> <OLUSTURAN>1</OLUSTURAN> <PERSONEL>sample string 14</PERSONEL> <SATIR>1</SATIR> <SERI>sample string 1</SERI> <SIPARIS_ID>12</SIPARIS_ID> <TESLIMAT_DURUMU>11</TESLIMAT_DURUMU> <TESLIM_TARIHI>2024-11-13T02:55:55.0214105+03:00</TESLIM_TARIHI> <TOP_ISK>13</TOP_ISK> <TOP_ISK_SONRASI>sample string 5</TOP_ISK_SONRASI> <TOP_SAT_KDV>sample string 6</TOP_SAT_KDV> <TUTAR>1</TUTAR> <VADE_TARIHI>2024-11-13T02:55:55.0214105+03:00</VADE_TARIHI> </CF_SIPARISLER> </ArrayOfCF_SIPARISLER>