POST services/api/v1/Get_Department

Request Information

URI Parameters

None.

Body Parameters

BasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

ItemTypeId

integer

None.

CAType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "ItemTypeId": 4,
  "CAType": 5
}

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.