GET api/inviteContent

Request Information

URI Parameters

None.

Body Parameters

UserDevice
NameDescriptionTypeAdditional information
userDeviceId

globally unique identifier

None.

userId

string

None.

deviceId

string

None.

userDeviceName

string

None.

isPrimary

integer

None.

primaryStatus

integer

None.

createdOn

date

None.

updatedOn

date

None.

isActive

integer

None.

createdBy

string

None.

updatedBy

string

None.

deviceToken

string

None.

notificationReminderDays

decimal number

None.

isNotificationEnabled

integer

None.

isPendingNotificationEnabled

integer

None.

isNewJurisdictionNotificationEnabled

integer

None.

VersionNumber

string

None.

isGPSEnabled

integer

None.

isDefaultTravelTypeEnabled

integer

None.

trialEndDate

date

None.

isTrialExpired

integer

None.

productExpirationDate

date

None.

originalPurchaseDate

date

None.

isSubscriptionExpired

integer

None.

trialRemainingDays

integer

None.

isTrialStarted

integer

None.

subscriptionType

integer

None.

receivedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "userDeviceId": "a2a5685c-f49d-4817-85cd-aef68ff4ad43",
  "userId": "sample string 2",
  "deviceId": "sample string 3",
  "userDeviceName": "sample string 4",
  "isPrimary": 5,
  "primaryStatus": 1,
  "createdOn": "2025-12-12T04:35:52.1744406+00:00",
  "updatedOn": "2025-12-12T04:35:52.1744406+00:00",
  "isActive": 1,
  "createdBy": "sample string 6",
  "updatedBy": "sample string 7",
  "deviceToken": "sample string 8",
  "notificationReminderDays": 1.1,
  "isNotificationEnabled": 1,
  "isPendingNotificationEnabled": 1,
  "isNewJurisdictionNotificationEnabled": 1,
  "VersionNumber": "sample string 9",
  "isGPSEnabled": 1,
  "isDefaultTravelTypeEnabled": 1,
  "trialEndDate": "2025-12-12T04:35:52.1744406+00:00",
  "isTrialExpired": 1,
  "productExpirationDate": "2025-12-12T04:35:52.1744406+00:00",
  "originalPurchaseDate": "2025-12-12T04:35:52.1744406+00:00",
  "isSubscriptionExpired": 1,
  "trialRemainingDays": 1,
  "isTrialStarted": 1,
  "subscriptionType": 1,
  "receivedOn": "2025-12-12T04:35:52.1744406+00:00"
}

text/html

Sample:
{"userDeviceId":"a2a5685c-f49d-4817-85cd-aef68ff4ad43","userId":"sample string 2","deviceId":"sample string 3","userDeviceName":"sample string 4","isPrimary":5,"primaryStatus":1,"createdOn":"2025-12-12T04:35:52.1744406+00:00","updatedOn":"2025-12-12T04:35:52.1744406+00:00","isActive":1,"createdBy":"sample string 6","updatedBy":"sample string 7","deviceToken":"sample string 8","notificationReminderDays":1.1,"isNotificationEnabled":1,"isPendingNotificationEnabled":1,"isNewJurisdictionNotificationEnabled":1,"VersionNumber":"sample string 9","isGPSEnabled":1,"isDefaultTravelTypeEnabled":1,"trialEndDate":"2025-12-12T04:35:52.1744406+00:00","isTrialExpired":1,"productExpirationDate":"2025-12-12T04:35:52.1744406+00:00","originalPurchaseDate":"2025-12-12T04:35:52.1744406+00:00","isSubscriptionExpired":1,"trialRemainingDays":1,"isTrialStarted":1,"subscriptionType":1,"receivedOn":"2025-12-12T04:35:52.1744406+00:00"}

application/xml, text/xml

Sample:
<UserDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxDay.Models">
  <receivedOn xmlns="http://schemas.datacontract.org/2004/07/TaxDay">2025-12-12T04:35:52.1744406+00:00</receivedOn>
  <VersionNumber>sample string 9</VersionNumber>
  <createdBy>sample string 6</createdBy>
  <createdOn>2025-12-12T04:35:52.1744406+00:00</createdOn>
  <deviceId>sample string 3</deviceId>
  <deviceToken>sample string 8</deviceToken>
  <isActive>1</isActive>
  <isDefaultTravelTypeEnabled>1</isDefaultTravelTypeEnabled>
  <isGPSEnabled>1</isGPSEnabled>
  <isNewJurisdictionNotificationEnabled>1</isNewJurisdictionNotificationEnabled>
  <isNotificationEnabled>1</isNotificationEnabled>
  <isPendingNotificationEnabled>1</isPendingNotificationEnabled>
  <isPrimary>5</isPrimary>
  <isSubscriptionExpired>1</isSubscriptionExpired>
  <isTrialExpired>1</isTrialExpired>
  <isTrialStarted>1</isTrialStarted>
  <notificationReminderDays>1.1</notificationReminderDays>
  <originalPurchaseDate>2025-12-12T04:35:52.1744406+00:00</originalPurchaseDate>
  <primaryStatus>1</primaryStatus>
  <productExpirationDate>2025-12-12T04:35:52.1744406+00:00</productExpirationDate>
  <subscriptionType>1</subscriptionType>
  <trialEndDate>2025-12-12T04:35:52.1744406+00:00</trialEndDate>
  <trialRemainingDays>1</trialRemainingDays>
  <updatedBy>sample string 7</updatedBy>
  <updatedOn>2025-12-12T04:35:52.1744406+00:00</updatedOn>
  <userDeviceId>a2a5685c-f49d-4817-85cd-aef68ff4ad43</userDeviceId>
  <userDeviceName>sample string 4</userDeviceName>
  <userId>sample string 2</userId>
</UserDevice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.