PUT api/businesstype/UpdateBusinessType
Request Information
URI Parameters
None.
Body Parameters
BusinessTypeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NameEn | string |
None. |
|
| NameAr | string |
None. |
|
| IconUrl | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"NameEn": "sample string 2",
"NameAr": "sample string 3",
"IconUrl": "sample string 4",
"IsActive": true
}
application/xml, text/xml
Sample:
<BusinessTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dalel_kuwait_Common.Models"> <IconUrl>sample string 4</IconUrl> <Id>1</Id> <IsActive>true</IsActive> <NameAr>sample string 3</NameAr> <NameEn>sample string 2</NameEn> </BusinessTypeDto>
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.