POST api/Webshops
Request Information
URI Parameters
None.
Body Parameters
WebshopInfoName | Description | Type | Additional information |
---|---|---|---|
Name | string |
String length: inclusive between 0 and 100 |
|
Description | string |
String length: inclusive between 0 and 800 |
|
CustomerDescription | string |
String length: inclusive between 0 and 800 |
|
DeliveryTermsUrl | string |
None. |
|
Image | Collection of byte |
None. |
|
DeliveryCosts | decimal number |
None. |
|
FeedFileName | string |
None. |
|
DownloadUrl | string |
None. |
|
ProductsSource | ProductsSource |
None. |
|
Connector | string |
None. |
|
Source | string |
None. |
|
DeliveryCountryCode | string |
Required |
|
Currency | string |
Required |
|
PaymentHandler | PaymentHandler |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2", "CustomerDescription": "sample string 3", "DeliveryTermsUrl": "sample string 4", "Image": "QEA=", "DeliveryCosts": 5.0, "FeedFileName": "sample string 6", "DownloadUrl": "sample string 7", "ProductsSource": 1, "Connector": "sample string 8", "Source": "sample string 9", "DeliveryCountryCode": "sample string 10", "Currency": "sample string 11", "PaymentHandler": 0 }
application/xml, text/xml
Sample:
<WebshopInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>sample string 1</Name> <Description>sample string 2</Description> <CustomerDescription>sample string 3</CustomerDescription> <DeliveryTermsUrl>sample string 4</DeliveryTermsUrl> <Image>QEA=</Image> <DeliveryCosts>5</DeliveryCosts> <FeedFileName>sample string 6</FeedFileName> <DownloadUrl>sample string 7</DownloadUrl> <ProductsSource>AutomaticFeed</ProductsSource> <Connector>sample string 8</Connector> <Source>sample string 9</Source> <DeliveryCountryCode>sample string 10</DeliveryCountryCode> <Currency>sample string 11</Currency> <PaymentHandler>Viafix</PaymentHandler> </WebshopInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IWebshopName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
ManualFeed | IFeedInfo |
None. |
|
AutomaticFeed | IFeedInfo |
None. |
|
ProductsSource | ProductsSource |
None. |
|
Created | date |
None. |
|
LastModified | date |
None. |
|
Deactivated | boolean |
None. |
|
DeliveryCountryCode | string |
None. |
|
Currency | string |
None. |
|
PaymentHandler | PaymentHandler |
None. |
|
ProductsAPIInfo | IProductsAPIInfo |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.