POST api/v1/Ota/sessions-outlet
Request Information
URI Parameters
None.
Body Parameters
SessionsOutletRequestName | Description | Type | Additional information |
---|---|---|---|
IsOTA | boolean |
None. |
|
Date | string |
None. |
|
Services | Collection of ServiceSessionRequest |
None. |
|
LanguageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsOTA": true, "Date": "sample string 1", "Services": [ { "Date": "sample string 1", "SessionId": 2, "ServiceId": 3 }, { "Date": "sample string 1", "SessionId": 2, "ServiceId": 3 } ], "LanguageCode": "sample string 2" }
application/xml, text/xml
Sample:
<SessionsOutletRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OTA.Models.Request"> <Date>sample string 1</Date> <IsOTA>true</IsOTA> <LanguageCode>sample string 2</LanguageCode> <Services> <ServiceSessionRequest> <Date>sample string 1</Date> <ServiceId>3</ServiceId> <SessionId>2</SessionId> </ServiceSessionRequest> <ServiceSessionRequest> <Date>sample string 1</Date> <ServiceId>3</ServiceId> <SessionId>2</SessionId> </ServiceSessionRequest> </Services> </SessionsOutletRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.