POST Ecommerce/Ecom_LogVisit

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_VisitLog
NameDescriptionTypeAdditional information
COMPANY_NO

integer

None.

VISITOR_ID

globally unique identifier

None.

SESSION_ID

string

None.

USER_ID

globally unique identifier

None.

USER_EMAIL

string

None.

ACCTNO

string

None.

SUBC

string

None.

IS_REGISTERED

boolean

None.

PAGE_URL

string

None.

REFERRER_URL

string

None.

USER_AGENT

string

None.

IP_ADDRESS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "COMPANY_NO": 1,
  "VISITOR_ID": "f1290c4f-1fe6-444b-b47d-a106fecc0eac",
  "SESSION_ID": "sample string 3",
  "USER_ID": "fdda3370-dffc-4d08-9836-af8581e4de7f",
  "USER_EMAIL": "sample string 4",
  "ACCTNO": "sample string 5",
  "SUBC": "sample string 6",
  "IS_REGISTERED": true,
  "PAGE_URL": "sample string 8",
  "REFERRER_URL": "sample string 9",
  "USER_AGENT": "sample string 10",
  "IP_ADDRESS": "sample string 11"
}

application/xml, text/xml

Sample:
<XS_VisitLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ACCTNO>sample string 5</ACCTNO>
  <COMPANY_NO>1</COMPANY_NO>
  <IP_ADDRESS>sample string 11</IP_ADDRESS>
  <IS_REGISTERED>true</IS_REGISTERED>
  <PAGE_URL>sample string 8</PAGE_URL>
  <REFERRER_URL>sample string 9</REFERRER_URL>
  <SESSION_ID>sample string 3</SESSION_ID>
  <SUBC>sample string 6</SUBC>
  <USER_AGENT>sample string 10</USER_AGENT>
  <USER_EMAIL>sample string 4</USER_EMAIL>
  <USER_ID>fdda3370-dffc-4d08-9836-af8581e4de7f</USER_ID>
  <VISITOR_ID>f1290c4f-1fe6-444b-b47d-a106fecc0eac</VISITOR_ID>
</XS_VisitLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.