POST api/CustomerWebAPI/GetMainCategories

Request Information

URI Parameters

None.

Body Parameters

CommonDTO
NameDescriptionTypeAdditional information
IsActive

boolean

None.

CreatedBy

integer

None.

IsDeleted

boolean

None.

Message

string

None.

MessageAr

string

None.

UserId

integer

None.

AdminId

integer

None.

UserBrandId

integer

None.

RoleId

integer

None.

Status

boolean

None.

datasetxml

string

None.

StatusCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsActive": true,
  "CreatedBy": 1,
  "IsDeleted": true,
  "Message": "sample string 3",
  "MessageAr": "sample string 4",
  "UserId": 5,
  "AdminId": 6,
  "UserBrandId": 7,
  "RoleId": 8,
  "Status": true,
  "datasetxml": "sample string 10",
  "StatusCode": 11
}

application/xml, text/xml

Sample:
<CommonDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BNC.POS.API.DTO_s">
  <AdminId>6</AdminId>
  <CreatedBy>1</CreatedBy>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Message>sample string 3</Message>
  <MessageAr>sample string 4</MessageAr>
  <RoleId>8</RoleId>
  <Status>true</Status>
  <StatusCode>11</StatusCode>
  <UserBrandId>7</UserBrandId>
  <UserId>5</UserId>
  <datasetxml>sample string 10</datasetxml>
</CommonDTO>

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.