POST Webshop/GetWebshopSettings
Verkrijg alle webshopinstellingen van een specifieke webshop.
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
Response Information
Resource Description
Logic4ResponseListOfWebshopSettingName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of WebshopSetting |
None. |
|
RecordsCounter | integer |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "ClientUrlId": 1, "SettingId": 2, "Value_Decimal": 1.0, "Value_DateTime": "2022-05-21T12:10:17.8426218+02:00", "Value_VarcharMax": "sample string 3", "Value_Varchar100": "sample string 4", "Value_Bool": true, "Value_Id": 1, "CheckLicense": true, "Value_Bool_CheckForLicense": true, "Value_Decimal_CheckForLicense": 1.0, "Value_DateTime_CheckForLicense": "2022-05-21T12:10:17.8426218+02:00", "Value_VarcharMax_CheckForLicense": "sample string 6", "Value_Varchar100_CheckForLicense": "sample string 7", "Value_Id_CheckForLicense": 1 }, { "ClientUrlId": 1, "SettingId": 2, "Value_Decimal": 1.0, "Value_DateTime": "2022-05-21T12:10:17.8426218+02:00", "Value_VarcharMax": "sample string 3", "Value_Varchar100": "sample string 4", "Value_Bool": true, "Value_Id": 1, "CheckLicense": true, "Value_Bool_CheckForLicense": true, "Value_Decimal_CheckForLicense": 1.0, "Value_DateTime_CheckForLicense": "2022-05-21T12:10:17.8426218+02:00", "Value_VarcharMax_CheckForLicense": "sample string 6", "Value_Varchar100_CheckForLicense": "sample string 7", "Value_Id_CheckForLicense": 1 } ], "RecordsCounter": 2, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseListOfWebshopSettingfDzchiBV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.ResponseModels"> <ValidationMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ValidationMessages> <Records xmlns:d2p1="http://schemas.datacontract.org/2004/07/Webwinkelhuren.Classes.Models"> <d2p1:WebshopSetting> <d2p1:CheckLicense>true</d2p1:CheckLicense> <d2p1:ClientUrlId>1</d2p1:ClientUrlId> <d2p1:SettingId>2</d2p1:SettingId> <d2p1:Value_Bool>true</d2p1:Value_Bool> <d2p1:Value_Bool_CheckForLicense>true</d2p1:Value_Bool_CheckForLicense> <d2p1:Value_DateTime>2022-05-21T12:10:17.8426218+02:00</d2p1:Value_DateTime> <d2p1:Value_DateTime_CheckForLicense>2022-05-21T12:10:17.8426218+02:00</d2p1:Value_DateTime_CheckForLicense> <d2p1:Value_Decimal>1</d2p1:Value_Decimal> <d2p1:Value_Decimal_CheckForLicense>1</d2p1:Value_Decimal_CheckForLicense> <d2p1:Value_Id>1</d2p1:Value_Id> <d2p1:Value_Id_CheckForLicense>1</d2p1:Value_Id_CheckForLicense> <d2p1:Value_Varchar100>sample string 4</d2p1:Value_Varchar100> <d2p1:Value_Varchar100_CheckForLicense>sample string 7</d2p1:Value_Varchar100_CheckForLicense> <d2p1:Value_VarcharMax>sample string 3</d2p1:Value_VarcharMax> <d2p1:Value_VarcharMax_CheckForLicense>sample string 6</d2p1:Value_VarcharMax_CheckForLicense> </d2p1:WebshopSetting> <d2p1:WebshopSetting> <d2p1:CheckLicense>true</d2p1:CheckLicense> <d2p1:ClientUrlId>1</d2p1:ClientUrlId> <d2p1:SettingId>2</d2p1:SettingId> <d2p1:Value_Bool>true</d2p1:Value_Bool> <d2p1:Value_Bool_CheckForLicense>true</d2p1:Value_Bool_CheckForLicense> <d2p1:Value_DateTime>2022-05-21T12:10:17.8426218+02:00</d2p1:Value_DateTime> <d2p1:Value_DateTime_CheckForLicense>2022-05-21T12:10:17.8426218+02:00</d2p1:Value_DateTime_CheckForLicense> <d2p1:Value_Decimal>1</d2p1:Value_Decimal> <d2p1:Value_Decimal_CheckForLicense>1</d2p1:Value_Decimal_CheckForLicense> <d2p1:Value_Id>1</d2p1:Value_Id> <d2p1:Value_Id_CheckForLicense>1</d2p1:Value_Id_CheckForLicense> <d2p1:Value_Varchar100>sample string 4</d2p1:Value_Varchar100> <d2p1:Value_Varchar100_CheckForLicense>sample string 7</d2p1:Value_Varchar100_CheckForLicense> <d2p1:Value_VarcharMax>sample string 3</d2p1:Value_VarcharMax> <d2p1:Value_VarcharMax_CheckForLicense>sample string 6</d2p1:Value_VarcharMax_CheckForLicense> </d2p1:WebshopSetting> </Records> </Logic4ResponseListOfWebshopSettingfDzchiBV>