PUT Application/PutSession
Request Information
URI Parameters
None.
Body Parameters
SessionName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SecurityGroupUserID | globally unique identifier |
Required |
|
StartDate | date |
Required |
|
EndDate | date |
None. |
|
SessionType | SessionType |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "e4a4bbb0-cd9b-4ce5-bba0-8589e2b7b419", "SecurityGroupUserID": "5707dc71-f06d-4a29-9a01-f20780bfd6a2", "StartDate": "2025-09-05T18:12:27.9002283+00:00", "EndDate": "2025-09-05T18:12:27.9002283+00:00", "SessionType": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.