GET api/wholesale/settings/{branchId}
Get wholesale settings for specific branch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchId |
Branch Id |
integer |
Required |
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
Wholesale settings
WholesaleSettingsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| LogoUrl | string |
None. |
|
| Telephone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LogoUrl": "sample string 1",
"Telephone": "sample string 2"
}
application/xml, text/xml
Sample:
<WholesaleSettingsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Wholesale"> <LogoUrl>sample string 1</LogoUrl> <Telephone>sample string 2</Telephone> </WholesaleSettingsResponse>