POST api/SessionRegistrations
Create a new Session Registration record
Possible Service Responses:
201/Created - Session Registration created successfully and returned in the body of the response.
500/Internal Server - unexpected server error, details in the body of the response.
Request Information
URI Parameters
None.
Body Parameters
The session registration to create
Altai.Web.Services.Models.SessionRegistrationName | Description | Type | Additional information |
---|---|---|---|
Id | System.String |
None. |
|
Name | System.String |
None. |
|
Session | Altai.Web.Services.Models.Session |
None. |
|
WebProductId | System.String |
None. |
|
EventId | System.String |
None. |
|
ContactId | System.String |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Name": "sample string 2", "Session": { "LastModifiedOn": "2025-04-03T22:01:16.4838735+00:00", "Id": "sample string 2", "Name": "sample string 3", "Title": "sample string 4", "SessionGroup": { "Id": "sample string 1", "Name": "sample string 2", "DisplayOrder": 3.0 }, "PreRequisiteSessions": [], "TwoOption1": true, "IsGuestSession": true, "Event": "sample string 7", "EventId": "824cdf6d-9ac2-40e1-b9ae-c2254771ab04", "Start": "2025-04-03T22:01:16.4838735+00:00", "End": "2025-04-03T22:01:16.4838735+00:00", "Description": "sample string 9", "Type": "sample string 10", "VenueAddress": "sample string 11" }, "WebProductId": "sample string 3", "EventId": "sample string 4", "ContactId": "sample string 5" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | System.String |
None. |
|
Headers | System.Net.Http.Headers.HttpResponseHeaders |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | System.Boolean |
None. |