GET
api/v1/getappsetting?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: GetAppSetting
Response Formats
application/json, text/json
{
"IsOrderManagedByParent": true,
"IsLogisticsEnabled": true
}
text/html
{"IsOrderManagedByParent":true,"IsLogisticsEnabled":true}
application/xml, text/xml
<GetAppSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <IsLogisticsEnabled>true</IsLogisticsEnabled> <IsOrderManagedByParent>true</IsOrderManagedByParent> </GetAppSetting>
