POST api/customers/{customerId}/tracking

Notify the system that a user is using an app. A new product is added to all the user's contracts in the customer information system.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

Customer ID

integer

Required

Body Parameters

App name (specific for each app, e.g. smartliv or rknett) and event (e.g. LoggedIn).

TrackingRequest
NameDescriptionTypeAdditional information
AppName

string

None.

Event

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppName": "sample string 1",
  "Event": "sample string 2"
}

text/html

Sample:
{"AppName":"sample string 1","Event":"sample string 2"}

Response Information

Resource Description

200-OK

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.