GET api/v1/ws/{webshopId}/customersDepositBalance
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| webshopId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VWebshopCustomerDepositBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | string |
None. |
|
| CustomerNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| WebshopId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StoreID": "sample string 1",
"CustomerNo": "sample string 2",
"Amount": 3.0,
"WebshopId": 4
},
{
"StoreID": "sample string 1",
"CustomerNo": "sample string 2",
"Amount": 3.0,
"WebshopId": 4
}
]
text/html
Sample:
[{"StoreID":"sample string 1","CustomerNo":"sample string 2","Amount":3.0,"WebshopId":4},{"StoreID":"sample string 1","CustomerNo":"sample string 2","Amount":3.0,"WebshopId":4}]
application/xml, text/xml
Sample:
<Root>
<Data>
<StoreID>sample string 1</StoreID>
<CustomerNo>sample string 2</CustomerNo>
<Amount>3</Amount>
<WebshopId>4</WebshopId>
</Data>
<Data>
<StoreID>sample string 1</StoreID>
<CustomerNo>sample string 2</CustomerNo>
<Amount>3</Amount>
<WebshopId>4</WebshopId>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.