PUT api/orgsettings/update
Request Information
URI Parameters
None.
Body Parameters
AdminCustomerSettingsDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CustomerId | integer |
None. |
|
Currency | string |
None. |
|
Logo | Collection of byte |
None. |
|
CustomerName | string |
None. |
|
Language | string |
None. |
|
IsImageUpdate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CustomerId": 2, "Currency": "sample string 3", "Logo": "QEA=", "CustomerName": "sample string 4", "Language": "sample string 5", "IsImageUpdate": true }
application/xml, text/xml
Sample:
<AdminCustomerSettingsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CA.BLayer.Common.Model"> <Currency>sample string 3</Currency> <CustomerId>2</CustomerId> <CustomerName>sample string 4</CustomerName> <Id>1</Id> <IsImageUpdate>true</IsImageUpdate> <Language>sample string 5</Language> <Logo>QEA=</Logo> </AdminCustomerSettingsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.