POST api/compass/accounts/{accountId}/sessions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | string |
Required |
Body Parameters
CreateSessionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
|
| SessionName | string |
None. |
|
| StartDate | date |
Required |
|
| BlobMetadata | BlobMetadataDto |
Required |
|
| ClientId | string |
Required |
|
| LicenseId | string |
None. |
|
| ProductId | string |
Required |
|
| Archived | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"SessionName": "sample string 2",
"StartDate": "2025-12-31T00:52:44.1482666+00:00",
"BlobMetadata": {
"FileVersion": "sample string 1",
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
},
"ClientId": "sample string 4",
"LicenseId": "sample string 5",
"ProductId": "sample string 6",
"Archived": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.