POST api/proxy-google-route
Request Information
URI Parameters
None.
Body Parameters
ProxyRequestModelName | Description | Type | Additional information |
---|---|---|---|
apiURL | string |
None. |
Request Formats
application/json, text/json, text/plain, text/html
Sample:
{ "apiURL": "sample string 1" }
application/xml, text/xml
Sample:
<RouteProxyController.ProxyRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2_WebAPI.Controllers"> <apiURL>sample string 1</apiURL> </RouteProxyController.ProxyRequestModel>
multipart/form-data
Sample:
<RouteProxyController.ProxyRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2_WebAPI.Controllers"><apiURL>sample string 1</apiURL></RouteProxyController.ProxyRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain, text/html, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.