GET api/marketshares?store_id={store_id}
Retrieve all orders for customer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MarketSharesRootObjectName | Description | Type | Additional information |
---|---|---|---|
market_shares | Collection of MarketShareDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "market_shares": [ { "id": 1, "name": "sample string 2", "description": "sample string 3", "discount_percent": 4.0, "discount_sum": 5.0, "market_share_items": [ { "article": "sample string 1", "color": "sample string 2", "retail_price": 3.0, "pay_amount": 5.0 }, { "article": "sample string 1", "color": "sample string 2", "retail_price": 3.0, "pay_amount": 5.0 } ] }, { "id": 1, "name": "sample string 2", "description": "sample string 3", "discount_percent": 4.0, "discount_sum": 5.0, "market_share_items": [ { "article": "sample string 1", "color": "sample string 2", "retail_price": 3.0, "pay_amount": 5.0 }, { "article": "sample string 1", "color": "sample string 2", "retail_price": 3.0, "pay_amount": 5.0 } ] } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.