POST api/Menu/GetCategory

Request Information

URI Parameters

None.

Body Parameters

CategoryClass
NameDescriptionTypeAdditional information
BranchIDF

string

None.

RowsPerPage

integer

None.

PageNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchIDF": "sample string 1",
  "RowsPerPage": 2,
  "PageNumber": 3
}

application/xml, text/xml

Sample:
<CategoryClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass">
  <PageNumber>3</PageNumber>
  <RowsPerPage>2</RowsPerPage>
  <BranchIDF>sample string 1</BranchIDF>
</CategoryClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.