POST api/v1/Ota/Outlets-by-site
Request Information
URI Parameters
None.
Body Parameters
OutletsRequestName | Description | Type | Additional information |
---|---|---|---|
ChannelCode | string |
None. |
|
Date | string |
None. |
|
SiteCode | integer |
None. |
|
ServiceId | integer |
None. |
|
LanguageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChannelCode": "sample string 1", "Date": "sample string 2", "SiteCode": 3, "ServiceId": 4, "LanguageCode": "sample string 5" }
application/xml, text/xml
Sample:
<OutletsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OTA.Models.Request"> <ChannelCode>sample string 1</ChannelCode> <Date>sample string 2</Date> <LanguageCode>sample string 5</LanguageCode> <ServiceId>4</ServiceId> <SiteCode>3</SiteCode> </OutletsRequest>
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.