POST api/analytics/signupsteplog
Request Information
URI Parameters
None.
Body Parameters
SignupStepLogModelName | Description | Type | Additional information |
---|---|---|---|
step | string |
Required |
|
totalStepCount | integer |
None. |
|
currentStepIndex | integer |
None. |
|
type | string |
None. |
|
description | string |
None. |
|
wizardName | string |
None. |
|
id | integer |
None. |
|
dateInserted | date |
None. |
|
agentId | integer |
None. |
|
ipAddress | string |
None. |
|
userAgent | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "step": "sample string 1", "totalStepCount": 2, "currentStepIndex": 3, "type": "sample string 4", "description": "sample string 5", "wizardName": "sample string 6", "id": 7, "dateInserted": "2024-12-21T15:49:48.7373671+00:00", "agentId": 1, "ipAddress": "sample string 9", "userAgent": "sample string 10" }
text/html
Sample:
{"step":"sample string 1","totalStepCount":2,"currentStepIndex":3,"type":"sample string 4","description":"sample string 5","wizardName":"sample string 6","id":7,"dateInserted":"2024-12-21T15:49:48.7373671+00:00","agentId":1,"ipAddress":"sample string 9","userAgent":"sample string 10"}
application/xml, text/xml
Sample:
<SignupStepLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.Common.Models.Services"> <AgentId>1</AgentId> <CurrentStepIndex>3</CurrentStepIndex> <DateInserted>2024-12-21T15:49:48.7373671+00:00</DateInserted> <Description>sample string 5</Description> <Id>7</Id> <IpAddress>sample string 9</IpAddress> <Step>sample string 1</Step> <TotalStepCount>2</TotalStepCount> <Type>sample string 4</Type> <UserAgent>sample string 10</UserAgent> <WizardName>sample string 6</WizardName> </SignupStepLogModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.