POST api/Customer/CustomerIndexTurkishOffice
Request Information
URI Parameters
None.
Body Parameters
CustomerIndexCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| CustomerName | string |
None. |
|
| CityId | string |
None. |
|
| Address | string |
None. |
|
| FromBalance | string |
None. |
|
| ToBalance | string |
None. |
|
| Balance_Criteria | string |
None. |
|
| Currency_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"CustomerName": "sample string 2",
"CityId": "sample string 3",
"Address": "sample string 4",
"FromBalance": "sample string 5",
"ToBalance": "sample string 6",
"Balance_Criteria": "sample string 7",
"Currency_ID": 8
}
application/xml, text/xml
Sample:
<CustomerIndexCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Layan_Cargo_API.ViewModels"> <Address>sample string 4</Address> <Balance_Criteria>sample string 7</Balance_Criteria> <CityId>sample string 3</CityId> <Currency_ID>8</Currency_ID> <CustomerCode>sample string 1</CustomerCode> <CustomerName>sample string 2</CustomerName> <FromBalance>sample string 5</FromBalance> <ToBalance>sample string 6</ToBalance> </CustomerIndexCriteria>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of CustomerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CustomerCode | string |
None. |
|
| Serial | integer |
None. |
|
| CustomerName | string |
None. |
|
| Address | string |
None. |
|
| Currency_Symbol | string |
None. |
|
| Currency_Name | string |
None. |
|
| Balance | decimal number |
None. |
|
| City_ID | integer |
None. |
|
| City_Name | string |
None. |
|
| Latin_City_Name | string |
None. |
|
| Has_Attachment | boolean |
None. |
|
| Mobile_No | string |
None. |
|
| Balance_Turky | decimal number |
None. |
|
| WaitingTransferAmount | decimal number |
None. |
|
| OrderRemainAmount | decimal number |
None. |
|
| BalanceTL | decimal number |
None. |
|
| BalanceUSD | decimal number |
None. |
|
| Payment_Amount | decimal number |
None. |
|
| Transfer_Amount | decimal number |
None. |
|
| Opening_Balance | decimal number |
None. |
|
| LateAmount | decimal number |
None. |
|
| OrdersInMarket | decimal number |
None. |
|
| Transfer_Fees | decimal number |
None. |
|
| New_Transfer_Amount | decimal number |
None. |
|
| First_Balance | decimal number |
None. |
|
| Goods_Desc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CustomerId": 1,
"CustomerCode": "sample string 2",
"Serial": 3,
"CustomerName": "sample string 4",
"Address": "sample string 5",
"Currency_Symbol": "sample string 6",
"Currency_Name": "sample string 7",
"Balance": 8.1,
"City_ID": 9,
"City_Name": "sample string 10",
"Latin_City_Name": "sample string 11",
"Has_Attachment": true,
"Mobile_No": "sample string 13",
"Balance_Turky": 14.1,
"WaitingTransferAmount": 15.1,
"OrderRemainAmount": 16.1,
"BalanceTL": 17.1,
"BalanceUSD": 18.1,
"Payment_Amount": 19.1,
"Transfer_Amount": 20.1,
"Opening_Balance": 21.1,
"LateAmount": 22.1,
"OrdersInMarket": 23.1,
"Transfer_Fees": 24.1,
"New_Transfer_Amount": 25.1,
"First_Balance": 26.1,
"Goods_Desc": "sample string 27"
},
{
"CustomerId": 1,
"CustomerCode": "sample string 2",
"Serial": 3,
"CustomerName": "sample string 4",
"Address": "sample string 5",
"Currency_Symbol": "sample string 6",
"Currency_Name": "sample string 7",
"Balance": 8.1,
"City_ID": 9,
"City_Name": "sample string 10",
"Latin_City_Name": "sample string 11",
"Has_Attachment": true,
"Mobile_No": "sample string 13",
"Balance_Turky": 14.1,
"WaitingTransferAmount": 15.1,
"OrderRemainAmount": 16.1,
"BalanceTL": 17.1,
"BalanceUSD": 18.1,
"Payment_Amount": 19.1,
"Transfer_Amount": 20.1,
"Opening_Balance": 21.1,
"LateAmount": 22.1,
"OrdersInMarket": 23.1,
"Transfer_Fees": 24.1,
"New_Transfer_Amount": 25.1,
"First_Balance": 26.1,
"Goods_Desc": "sample string 27"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Layan_Cargo_API.Models">
<CustomerInfo>
<Address>sample string 5</Address>
<Balance>8.1</Balance>
<BalanceTL>17.1</BalanceTL>
<BalanceUSD>18.1</BalanceUSD>
<Balance_Turky>14.1</Balance_Turky>
<City_ID>9</City_ID>
<City_Name>sample string 10</City_Name>
<Currency_Name>sample string 7</Currency_Name>
<Currency_Symbol>sample string 6</Currency_Symbol>
<CustomerCode>sample string 2</CustomerCode>
<CustomerId>1</CustomerId>
<CustomerName>sample string 4</CustomerName>
<First_Balance>26.1</First_Balance>
<Goods_Desc>sample string 27</Goods_Desc>
<Has_Attachment>true</Has_Attachment>
<LateAmount>22.1</LateAmount>
<Latin_City_Name>sample string 11</Latin_City_Name>
<Mobile_No>sample string 13</Mobile_No>
<New_Transfer_Amount>25.1</New_Transfer_Amount>
<Opening_Balance>21.1</Opening_Balance>
<OrderRemainAmount>16.1</OrderRemainAmount>
<OrdersInMarket>23.1</OrdersInMarket>
<Payment_Amount>19.1</Payment_Amount>
<Serial>3</Serial>
<Transfer_Amount>20.1</Transfer_Amount>
<Transfer_Fees>24.1</Transfer_Fees>
<WaitingTransferAmount>15.1</WaitingTransferAmount>
</CustomerInfo>
<CustomerInfo>
<Address>sample string 5</Address>
<Balance>8.1</Balance>
<BalanceTL>17.1</BalanceTL>
<BalanceUSD>18.1</BalanceUSD>
<Balance_Turky>14.1</Balance_Turky>
<City_ID>9</City_ID>
<City_Name>sample string 10</City_Name>
<Currency_Name>sample string 7</Currency_Name>
<Currency_Symbol>sample string 6</Currency_Symbol>
<CustomerCode>sample string 2</CustomerCode>
<CustomerId>1</CustomerId>
<CustomerName>sample string 4</CustomerName>
<First_Balance>26.1</First_Balance>
<Goods_Desc>sample string 27</Goods_Desc>
<Has_Attachment>true</Has_Attachment>
<LateAmount>22.1</LateAmount>
<Latin_City_Name>sample string 11</Latin_City_Name>
<Mobile_No>sample string 13</Mobile_No>
<New_Transfer_Amount>25.1</New_Transfer_Amount>
<Opening_Balance>21.1</Opening_Balance>
<OrderRemainAmount>16.1</OrderRemainAmount>
<OrdersInMarket>23.1</OrdersInMarket>
<Payment_Amount>19.1</Payment_Amount>
<Serial>3</Serial>
<Transfer_Amount>20.1</Transfer_Amount>
<Transfer_Fees>24.1</Transfer_Fees>
<WaitingTransferAmount>15.1</WaitingTransferAmount>
</CustomerInfo>
</ArrayOfCustomerInfo>