POST api/get_Retailer_DistributorWise

Request Information

URI Parameters

None.

Body Parameters

EmployeeSearch
NameDescriptionTypeAdditional information
UserType_Id

string

None.

Person_Id

integer

None.

ShowDeleteEmpoyee

integer

None.

ServiceCenter_Id

integer

None.

State_Id

integer

None.

Zone_Id

integer

None.

District_Id

integer

None.

Department_Id

integer

None.

Designation_Id

integer

None.

TypeOfParty

integer

None.

Branch_Id

integer

None.

RM_Person_Id

integer

None.

excludeDepartmentId

integer

None.

Party_Person_Id

integer

None.

FundAlocation

integer

None.

excludeCustomer

boolean

None.

Show_Deleted_Employees

boolean

None.

MobileNo

string

None.

Current_Status

string

None.

InvoiceType

string

None.

Distributor_Id

integer

None.

Beat_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserType_Id": "sample string 1",
  "Person_Id": 2,
  "ShowDeleteEmpoyee": 3,
  "ServiceCenter_Id": 4,
  "State_Id": 5,
  "Zone_Id": 6,
  "District_Id": 7,
  "Department_Id": 8,
  "Designation_Id": 9,
  "TypeOfParty": 10,
  "Branch_Id": 11,
  "RM_Person_Id": 12,
  "excludeDepartmentId": 13,
  "Party_Person_Id": 14,
  "FundAlocation": 15,
  "excludeCustomer": true,
  "Show_Deleted_Employees": true,
  "MobileNo": "sample string 18",
  "Current_Status": "sample string 19",
  "InvoiceType": "sample string 20",
  "Distributor_Id": 21,
  "Beat_Id": 22
}

application/xml, text/xml

Sample:
<EmployeeSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models">
  <Beat_Id>22</Beat_Id>
  <Branch_Id>11</Branch_Id>
  <Current_Status>sample string 19</Current_Status>
  <Department_Id>8</Department_Id>
  <Designation_Id>9</Designation_Id>
  <Distributor_Id>21</Distributor_Id>
  <District_Id>7</District_Id>
  <FundAlocation>15</FundAlocation>
  <InvoiceType>sample string 20</InvoiceType>
  <MobileNo>sample string 18</MobileNo>
  <Party_Person_Id>14</Party_Person_Id>
  <Person_Id>2</Person_Id>
  <RM_Person_Id>12</RM_Person_Id>
  <ServiceCenter_Id>4</ServiceCenter_Id>
  <ShowDeleteEmpoyee>3</ShowDeleteEmpoyee>
  <Show_Deleted_Employees>true</Show_Deleted_Employees>
  <State_Id>5</State_Id>
  <TypeOfParty>10</TypeOfParty>
  <UserType_Id>sample string 1</UserType_Id>
  <Zone_Id>6</Zone_Id>
  <excludeCustomer>true</excludeCustomer>
  <excludeDepartmentId>13</excludeDepartmentId>
</EmployeeSearch>

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.