POST product/HelpSupportProduct
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": "7e5b90fd-9e41-4788-977d-8881cbfe812f", "lat": 2.1, "lon": 3.1, "MainCategoryId": "70112e7b-3cb0-4f1a-a5a2-b7d24020af45" }
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>7e5b90fd-9e41-4788-977d-8881cbfe812f</CategoryId> <MainCategoryId>70112e7b-3cb0-4f1a-a5a2-b7d24020af45</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.