Skip to main content
POST
/
commerce
/
customer
/
visits
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "accountId": 123,
  "type": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "transactions": [
    {
      "transactionId": "<string>",
      "visitId": "<string>",
      "transactionType": "<string>",
      "interactionType": "<string>",
      "amount": 123,
      "date": "2023-11-07T05:31:56Z",
      "currencyCode": "<string>"
    }
  ],
  "userId": "<string>",
  "webSiteId": 123,
  "webReferrer": "<string>",
  "webSessionId": "<string>",
  "webUserAgent": "<string>",
  "browserLocationCode": "<string>",
  "locationCode": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
id
string | null
accountId
integer<int32> | null
type
string | null
date
string<date-time>
transactions
object[] | null
userId
string | null
webSiteId
integer<int32> | null
webReferrer
string | null
webSessionId
string | null
webUserAgent
string | null
browserLocationCode
string | null
locationCode
string | null

Response

Success

id
string | null
accountId
integer<int32> | null
type
string | null
date
string<date-time>
transactions
object[] | null
userId
string | null
webSiteId
integer<int32> | null
webReferrer
string | null
webSessionId
string | null
webUserAgent
string | null
browserLocationCode
string | null
locationCode
string | null