POST product/GetProductOrderedByLatLon
Request Information
URI Parameters
None.
Body Parameters
LatLongName | Description | Type | Additional information |
---|---|---|---|
CategoryId | globally unique identifier |
None. |
|
lat | decimal number |
None. |
|
lon | decimal number |
None. |
|
MainCategoryId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CategoryId": "7db67978-3200-4129-85eb-b67b72c04484", "lat": 2.1, "lon": 3.1, "MainCategoryId": "39e7572a-9320-40d0-9371-931cfb67f517" }
application/xml, text/xml
Sample:
<ProductModel.LatLong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ONPETApi.Models"> <CategoryId>7db67978-3200-4129-85eb-b67b72c04484</CategoryId> <MainCategoryId>39e7572a-9320-40d0-9371-931cfb67f517</MainCategoryId> <lat>2.1</lat> <lon>3.1</lon> </ProductModel.LatLong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.