POST Api/Findlead

Request Information

URI Parameters

None.

Body Parameters

FindLead
NameDescriptionTypeAdditional information
UserId

integer

None.

TsId

integer

None.

StatusId

integer

None.

Subject

string

None.

Description

string

None.

CustType

string

None.

StartDate

string

None.

EndDate

string

None.

DistractId

integer

None.

ProvinceId

integer

None.

TransType

string

None.

VehicleId

integer

None.

DriverId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "TsId": 2,
  "StatusId": 3,
  "Subject": "sample string 4",
  "Description": "sample string 5",
  "CustType": "sample string 6",
  "StartDate": "sample string 7",
  "EndDate": "sample string 8",
  "DistractId": 9,
  "ProvinceId": 10,
  "TransType": "sample string 11",
  "VehicleId": 12,
  "DriverId": 13
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.