POST log/navigation
Request Information
URI Parameters
None.
Body Parameters
NavigationLog| Name | Description | Type | Additional information |
|---|---|---|---|
| UrlTo | string |
Required |
|
| UrlFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"urlTo": "sample string 1",
"urlFrom": "sample string 2"
}
application/xml, text/xml
Sample:
<NavigationLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/portalapi.natglass.co.za.DTOs.Log"> <UrlFrom>sample string 2</UrlFrom> <UrlTo>sample string 1</UrlTo> </NavigationLog>
multipart/form-data
Sample:
<NavigationLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/portalapi.natglass.co.za.DTOs.Log"><UrlFrom>sample string 2</UrlFrom><UrlTo>sample string 1</UrlTo></NavigationLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.