PUT Application/PutSessions
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "f1bb6875-fa67-4d94-a5de-cdd5276ed8ca", "SecurityGroupUserID": "7d26dbb6-dff9-41aa-b1ad-2b885e7fc693", "StartDate": "2025-09-05T18:12:20.8894678+00:00", "EndDate": "2025-09-05T18:12:20.8894678+00:00", "SessionType": 0 }, { "$ref": "1" } ]
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.