POST api/EventTracker/UpdateEvent

Request Information

URI Parameters

None.

Body Parameters

EventTrackerUpdateModel
NameDescriptionTypeAdditional information
EventTrackerId

String

None.

EventTrackerPageId

String

None.

E2TransactionId

Int64

None.

E2DeviceId

Int64

None.

E2AccountId

Int64

None.

AccountCode

String

None.

Request Formats

text/plain

Sample: Failed to generate the sample for media type 'text/plain'. Cannot use formatter 'StringOutputFormatter' to write type 'EventTrackerUpdateModel'.

application/json, text/json

Sample: { "eventTrackerId": "sample string 1", "eventTrackerPageId": "sample string 2", "e2TransactionId": 3, "e2DeviceId": 4, "e2AccountId": 5, "accountCode": "sample string 6" }

application/*+json

Sample: Failed to generate the sample for media type 'application/*+json'. Cannot use formatter 'SystemTextJsonOutputFormatter' to write type 'EventTrackerUpdateModel'.

Response Information

Resource Description

Boolean

Response Formats

text/plain

Sample: Failed to generate the sample for media type 'text/plain'. Cannot use formatter 'StringOutputFormatter' to write type 'Boolean'.

application/json, text/json

Sample: true

application/*+json

Sample: Failed to generate the sample for media type 'application/*+json'. Cannot use formatter 'SystemTextJsonOutputFormatter' to write type 'Boolean'.