POST Ecommerce/Ecom_LogSearch

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_SearchLog
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.

SEARCH_TEXT

string

None.

SEARCH_TYPE

string

None.

RESULT_COUNT

integer

None.

IS_TRUE_CHOICE

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "COMPANY_NO": 1,
  "VISITOR_ID": "6edd0f74-8431-48ce-8468-c1773de02e3d",
  "SESSION_ID": "sample string 3",
  "USER_ID": "88ef4c41-b746-47ec-ac27-c85178effd17",
  "USER_EMAIL": "sample string 4",
  "ACCTNO": "sample string 5",
  "SUBC": "sample string 6",
  "IS_REGISTERED": true,
  "SEARCH_TEXT": "sample string 8",
  "SEARCH_TYPE": "sample string 9",
  "RESULT_COUNT": 10,
  "IS_TRUE_CHOICE": true
}

application/xml, text/xml

Sample:
<XS_SearchLog 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>
  <IS_REGISTERED>true</IS_REGISTERED>
  <IS_TRUE_CHOICE>true</IS_TRUE_CHOICE>
  <RESULT_COUNT>10</RESULT_COUNT>
  <SEARCH_TEXT>sample string 8</SEARCH_TEXT>
  <SEARCH_TYPE>sample string 9</SEARCH_TYPE>
  <SESSION_ID>sample string 3</SESSION_ID>
  <SUBC>sample string 6</SUBC>
  <USER_EMAIL>sample string 4</USER_EMAIL>
  <USER_ID>88ef4c41-b746-47ec-ac27-c85178effd17</USER_ID>
  <VISITOR_ID>6edd0f74-8431-48ce-8468-c1773de02e3d</VISITOR_ID>
</XS_SearchLog>

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.