PUT api/businesssubcategory/UpdateBusinessSubCategory

Request Information

URI Parameters

None.

Body Parameters

BusinessSubCategoryDto
NameDescriptionTypeAdditional information
Id

integer

None.

CategoryId

integer

None.

NameEn

string

None.

NameAr

string

None.

IconUrl

string

None.

IsActive

boolean

None.

CategoryNameEn

string

None.

CategoryNameAr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CategoryId": 2,
  "NameEn": "sample string 3",
  "NameAr": "sample string 4",
  "IconUrl": "sample string 5",
  "IsActive": true,
  "CategoryNameEn": "sample string 7",
  "CategoryNameAr": "sample string 8"
}

application/xml, text/xml

Sample:
<BusinessSubCategoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dalel_kuwait_Common.Models">
  <CategoryId>2</CategoryId>
  <CategoryNameAr>sample string 8</CategoryNameAr>
  <CategoryNameEn>sample string 7</CategoryNameEn>
  <IconUrl>sample string 5</IconUrl>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <NameAr>sample string 4</NameAr>
  <NameEn>sample string 3</NameEn>
</BusinessSubCategoryDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.