PUT Session/CurrentPosition

Sets the current Position for the user session (Token header required)

Request Information

URI Parameters

None.

Body Parameters

Reference to the organizational position to set in the current session.

NamedReference
NameDescriptionTypeAdditional information
Name

string

None.

Url

string

None.

Type

Types

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Url": "sample string 2",
  "Type": 0
}

application/xml, text/xml

Sample:
<NamedReference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.openworkbpm.com/schema">
  <Type>Undefined</Type>
  <Url>sample string 2</Url>
  <Name>sample string 1</Name>
</NamedReference>

application/x-www-form-urlencoded

Sample:

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.