POST api/WaitingLeads/AssignUser

Request Information

URI Parameters

None.

Body Parameters

WaitingLeadAssignUserVm
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

ChannelPartnerId

integer

None.

SourcingUserId

integer

None.

PresalesUserId

integer

None.

ImageWithCPUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 1,
  "ChannelPartnerId": 1,
  "SourcingUserId": 1,
  "PresalesUserId": 1,
  "ImageWithCPUrl": "sample string 2"
}

application/xml, text/xml

Sample:
<WaitingLeadAssignUserVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Lead">
  <ChannelPartnerId>1</ChannelPartnerId>
  <Id>1</Id>
  <ImageWithCPUrl>sample string 2</ImageWithCPUrl>
  <PresalesUserId>1</PresalesUserId>
  <SourcingUserId>1</SourcingUserId>
  <UserId>1</UserId>
</WaitingLeadAssignUserVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WaitingLeadAssignUserVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.