POST api/ItemAndCategory/GetItemDetails

Request Information

URI Parameters

None.

Body Parameters

ItemDetailsRequest
NameDescriptionTypeAdditional information
categoryId

integer

None.

hasChieldCategory

boolean

None.

userId

integer

None.

SubsidiaryID

integer

None.

Domain

string

None.

StoreId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "categoryId": 1,
  "hasChieldCategory": true,
  "userId": 3,
  "SubsidiaryID": 4,
  "Domain": "sample string 5",
  "StoreId": 6
}

text/html, multipart/form-data

Sample:
{"categoryId":1,"hasChieldCategory":true,"userId":3,"SubsidiaryID":4,"Domain":"sample string 5","StoreId":6}

application/xml, text/xml

Sample:
<ItemDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.SalonAppointment">
  <Domain>sample string 5</Domain>
  <StoreId>6</StoreId>
  <SubsidiaryID>4</SubsidiaryID>
  <userId>3</userId>
  <categoryId>1</categoryId>
  <hasChieldCategory>true</hasChieldCategory>
</ItemDetailsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.