POST api/Estimate/GetUsersDetalList

Request Information

URI Parameters

None.

Body Parameters

surveyorList
NameDescriptionTypeAdditional information
Userid

integer

None.

Username

string

None.

isactive

boolean

None.

Usertypeid

integer

None.

IsActive

boolean

None.

SURVEORTYPE

SurveyorType

None.

Surevyor_Type

string

None.

CustomerName

string

None.

Customer_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Userid": 1,
  "Username": "sample string 2",
  "isactive": true,
  "Usertypeid": 4,
  "IsActive": true,
  "SURVEORTYPE": 0,
  "Surevyor_Type": "sample string 6",
  "CustomerName": "sample string 7",
  "Customer_ID": 8
}

application/xml, text/xml

Sample:
<surveyorList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.OnHireOrder">
  <CustomerName>sample string 7</CustomerName>
  <Customer_ID>8</Customer_ID>
  <IsActive>true</IsActive>
  <SURVEORTYPE>None</SURVEORTYPE>
  <Surevyor_Type>sample string 6</Surevyor_Type>
  <Userid>1</Userid>
  <Username>sample string 2</Username>
  <Usertypeid>4</Usertypeid>
  <isactive>true</isactive>
</surveyorList>

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.