POST api/v1/values/ordersmovement?orderID={orderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_SIPARIS_DETAY| Name | Description | Type | Additional information |
|---|---|---|---|
| BASLIK_ID | integer |
None. |
|
| STOK_KODU | string |
String length: inclusive between 0 and 30 |
|
| STOK_KISA_ADI | string |
String length: inclusive between 0 and 30 |
|
| STOK_ADI1 | string |
String length: inclusive between 0 and 60 |
|
| SECILEN_MIKTAR | decimal number |
None. |
|
| Expr1 | string |
String length: inclusive between 0 and 30 |
|
| ISKONTO_ORANI | decimal number |
None. |
|
| KDV_ORANI | decimal number |
None. |
|
| TUTAR | string |
String length: inclusive between 0 and 30 |
|
| TOPLAM_KDV | string |
String length: inclusive between 0 and 30 |
|
| TOPLAM_ISK | string |
String length: inclusive between 0 and 30 |
|
| ISK_SONRASI_TUT | string |
String length: inclusive between 0 and 30 |
|
| GENEL_TOPLAM | string |
String length: inclusive between 0 and 30 |
|
| STOK_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BASLIK_ID": 1,
"STOK_KODU": "sample string 2",
"STOK_KISA_ADI": "sample string 3",
"STOK_ADI1": "sample string 4",
"SECILEN_MIKTAR": 5.0,
"Expr1": "sample string 6",
"ISKONTO_ORANI": 7.1,
"KDV_ORANI": 8.1,
"TUTAR": "sample string 9",
"TOPLAM_KDV": "sample string 10",
"TOPLAM_ISK": "sample string 11",
"ISK_SONRASI_TUT": "sample string 12",
"GENEL_TOPLAM": "sample string 13",
"STOK_ID": 14
},
{
"BASLIK_ID": 1,
"STOK_KODU": "sample string 2",
"STOK_KISA_ADI": "sample string 3",
"STOK_ADI1": "sample string 4",
"SECILEN_MIKTAR": 5.0,
"Expr1": "sample string 6",
"ISKONTO_ORANI": 7.1,
"KDV_ORANI": 8.1,
"TUTAR": "sample string 9",
"TOPLAM_KDV": "sample string 10",
"TOPLAM_ISK": "sample string 11",
"ISK_SONRASI_TUT": "sample string 12",
"GENEL_TOPLAM": "sample string 13",
"STOK_ID": 14
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_SIPARIS_DETAY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_SIPARIS_DETAY>
<BASLIK_ID>1</BASLIK_ID>
<Expr1>sample string 6</Expr1>
<GENEL_TOPLAM>sample string 13</GENEL_TOPLAM>
<ISKONTO_ORANI>7.1</ISKONTO_ORANI>
<ISK_SONRASI_TUT>sample string 12</ISK_SONRASI_TUT>
<KDV_ORANI>8.1</KDV_ORANI>
<SECILEN_MIKTAR>5</SECILEN_MIKTAR>
<STOK_ADI1>sample string 4</STOK_ADI1>
<STOK_ID>14</STOK_ID>
<STOK_KISA_ADI>sample string 3</STOK_KISA_ADI>
<STOK_KODU>sample string 2</STOK_KODU>
<TOPLAM_ISK>sample string 11</TOPLAM_ISK>
<TOPLAM_KDV>sample string 10</TOPLAM_KDV>
<TUTAR>sample string 9</TUTAR>
</CF_SIPARIS_DETAY>
<CF_SIPARIS_DETAY>
<BASLIK_ID>1</BASLIK_ID>
<Expr1>sample string 6</Expr1>
<GENEL_TOPLAM>sample string 13</GENEL_TOPLAM>
<ISKONTO_ORANI>7.1</ISKONTO_ORANI>
<ISK_SONRASI_TUT>sample string 12</ISK_SONRASI_TUT>
<KDV_ORANI>8.1</KDV_ORANI>
<SECILEN_MIKTAR>5</SECILEN_MIKTAR>
<STOK_ADI1>sample string 4</STOK_ADI1>
<STOK_ID>14</STOK_ID>
<STOK_KISA_ADI>sample string 3</STOK_KISA_ADI>
<STOK_KODU>sample string 2</STOK_KODU>
<TOPLAM_ISK>sample string 11</TOPLAM_ISK>
<TOPLAM_KDV>sample string 10</TOPLAM_KDV>
<TUTAR>sample string 9</TUTAR>
</CF_SIPARIS_DETAY>
</ArrayOfCF_SIPARIS_DETAY>