POST api/UserDetails/UpdatePortalUserSession

Request Information

URI Parameters

None.

Body Parameters

SessionLogout
NameDescriptionTypeAdditional information
tokenID

string

None.

sessionEndTime

date

None.

userLoggedOut

boolean

None.

userLoggedOutDateTime

date

None.

companyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "tokenID": "sample string 1",
  "sessionEndTime": "2025-05-05T15:18:16.289933-04:00",
  "userLoggedOut": true,
  "userLoggedOutDateTime": "2025-05-05T15:18:16.289933-04:00",
  "companyID": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1