POST api/WaitingLeads/AssignUser
Request Information
URI Parameters
None.
Body Parameters
WaitingLeadAssignUserVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| ChannelPartnerId | integer |
None. |
|
| SourcingUserId | integer |
None. |
|
| ImageWithCPUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": 1,
"ChannelPartnerId": 1,
"SourcingUserId": 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> <SourcingUserId>1</SourcingUserId> <UserId>1</UserId> </WaitingLeadAssignUserVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.