POST Admin/GenericStore

Request Information

URI Parameters

None.

Body Parameters

StoreSeed
NameDescriptionTypeAdditional information
StoreName

string

None.

StoreStreet

string

None.

StoreCountryName

string

None.

StorePostalCode

string

None.

Domain

string

None.

FrontURL

string

None.

AdminURL

string

None.

MerchantName

string

None.

VatIdentifier

string

None.

OrdersEmail

string

None.

AdminEmail

string

None.

AdminEmailPassword

string

None.

MarketingEmail

string

None.

MarketingEmailPassword

string

None.

PayPalUsername

string

None.

RedsysCode

string

None.

RedsysKey

string

None.

ContrareembolsoPercent

decimal number

Range: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "StoreName": "sample string 1",
  "StoreStreet": "sample string 2",
  "StoreCountryName": "sample string 3",
  "StorePostalCode": "sample string 4",
  "Domain": "sample string 5",
  "FrontURL": "sample string 6",
  "AdminURL": "sample string 7",
  "MerchantName": "sample string 8",
  "VatIdentifier": "sample string 9",
  "OrdersEmail": "sample string 10",
  "AdminEmail": "sample string 11",
  "AdminEmailPassword": "sample string 12",
  "MarketingEmail": "sample string 13",
  "MarketingEmailPassword": "sample string 14",
  "PayPalUsername": "sample string 15",
  "RedsysCode": "sample string 16",
  "RedsysKey": "sample string 17",
  "ContrareembolsoPercent": 18.0
}

application/xml, text/xml

Sample:
<StoreSeed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.SystemSeed">
  <AdminEmail>sample string 11</AdminEmail>
  <AdminEmailPassword>sample string 12</AdminEmailPassword>
  <AdminURL>sample string 7</AdminURL>
  <ContrareembolsoPercent>18</ContrareembolsoPercent>
  <Domain>sample string 5</Domain>
  <FrontURL>sample string 6</FrontURL>
  <MarketingEmail>sample string 13</MarketingEmail>
  <MarketingEmailPassword>sample string 14</MarketingEmailPassword>
  <MerchantName>sample string 8</MerchantName>
  <OrdersEmail>sample string 10</OrdersEmail>
  <PayPalUsername>sample string 15</PayPalUsername>
  <RedsysCode>sample string 16</RedsysCode>
  <RedsysKey>sample string 17</RedsysKey>
  <StoreCountryName>sample string 3</StoreCountryName>
  <StoreName>sample string 1</StoreName>
  <StorePostalCode>sample string 4</StorePostalCode>
  <StoreStreet>sample string 2</StoreStreet>
  <VatIdentifier>sample string 9</VatIdentifier>
</StoreSeed>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.