POST product/GetProductByLatLon
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": "dafdd26b-c3fc-4db7-bf26-632f49dc476a", "lat": 2.1, "lon": 3.1, "MainCategoryId": "1862b096-732a-4275-869e-c1cced28cdf2" }
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>dafdd26b-c3fc-4db7-bf26-632f49dc476a</CategoryId> <MainCategoryId>1862b096-732a-4275-869e-c1cced28cdf2</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.